Collapse AllExpand All

7.8.10.2. Tie Traffic with Incoming Charges and Trunk Traffic in Transit Previous topic Parent topic Child topic Next topic

Figure 90. Tie Traffic with Incoming Charges and Trunk Traffic in Transit

bn00e3b6.wmf.png
Incoming charges should be recorded between the sub-network that is connected via tie trunks and node 200. In addition, call data recording for outgoing trunk traffic is activated in node 200.
Scenario 1: A station from the sub-network calls 31001. In node 200, call data recording is activated for incoming tie trunks and a zone is assigned to the incoming trunk so that charges are calculated by time; these charges should be displayed at the chargeable station 31001.
Scenario 2: Charges should be recorded for outgoing network connections from node 200 to node 100. A subscriber calls 722-31000. In node 200, a dummy station number is assigned to the trunk for call data recording; this is used as the "paying party" for the chargeable link 200-100.

Configuration commands in node 200:

  • Assign a separate node identifier and separate node number as follows:
    CHA-ZAND:TYPE=ALLDATA,PNNO=200;
    
  • Amounts instead of units on the device with:
    CHA-ZAND:TYPE=CCD,CDDISPEX=AMOUNT;
    
  • If necessary, increase the buffer for calculation for costs with:
    ADD-DIMSU:TYPE=BASIC,COSTI=800; 
    
  • Configure the charge display timer as follows:
    CHA-CTIME:TYPESWU=CP1,DISPCH=25,CDRDISDE=10;
    
  • Add the station numbers in WABE as follows:
    ADD-WABE:CD=0,DPLN=0,DAR=CO;
    
    ADD-WABE:CD=31001,DAR=STN;
    
    ADD-WABE:CD=31000,DAR=NETW,DESTNO=3;
    
    ADD-WABE:CD=001,DAR=NETRTE;
    
  • Create the COS with the charge authorizations as follows:
    CHA-COSSU:TYPE=COS,COS=2,AVCE=CDRSTN,AFAX=CDRSTN,ADTE=CDRSTN;
    
  • Add the LCR authorizations as follows:
    CHA-COSSU:TYPE=LCOSV,LCOSV=9,ALAUTH=1;
    
    CHA-COSSU:TYPE=LCOSD, LCOSD=5,ALAUTH=1; 
    
  • Add the outgoing trunk groups TIE and CO as follows:
    ADD-BUEND:TGRP=20,NAME=K200TONET,NO=30;
    
    ADD-BUEND:TGRP=30,NAME=K200TO100,NO=30;
    
    ADD-BUEND:TGRP=40,NAME=K200TOAMT,NO=30;
    
  • Configure COT for incoming call data recording via ZONE as follows:
    CHA-COT:COTNO=15,COTTYPE=COTADD,PAR=ICZO;
    
  • Configure COT for incoming call data recording via ZONE as follows:
    CHA-COT:COTNO=12,COTTYPE=COTADD,PAR=DPRE&LWNC&NLCR;
    
  • Assign the charge parameters to the incoming circuit as follows:
    ADD-TDCSU:OPT=NEW,COTNO=15,LCOSV=1,LCOSD=1,DEV=S2CONN
    
               
    ,PROTVAR=ECMA1,TGRP=20,BCGR=2,CARRIER=2,ZONE=INC01;
    
  • Add the trunk to node 100 as follows:
    ADD-
    TDCSU:OPT=NEW,COTNO=11,LCOSV=1,LCOSD=1,DEV=S2CONN,PROTVAR=ECM
    A1
    
               ,TGRP=30,BCGR=2;
    
  • Add the trunk to the CO as follows:
    ADD-
    TDCSU:OPT=NEW,COTNO=12,LCOSV=1,LCOSD=1,GER=S2COD,PROTVAR=ETSI
    
               
    ,TGRP=40,BCGR=2,NNO=999,ISDNIP=00,ISDNNP=0,PEN=1113-0;
    
  • Assign a "dummy" station number to the trunk circuit as follows:
    ADD-
    TLZO:TBL=MTLC,LTG=1,LTU=1,SLOT=113,CCR=0,BCHAN=0&&30,STNO=555
    55;
    
  • Configure the LCR routes for closed numbering as follows:
    ADD-
    RICHT:MODE=CD,CD=001,LRTE=55,CPS=0,SVC=ALL,TGRP1=30,DESTNO=3
    
               ,DNNO=100;
    
    ADD-RICHT:MODE=LRTENEW,LRTG=88,LSVC=ALL,TGRP=40,DNNO=999;
    
  • Configure the outdial rule for direct trunk connection as follows:
    ADD-LODR:ODR=1,CMD=ECHO,FIELD=2;  (send the station number without "0")
    
    ADD-LODR:ODR=1,CMD=END;
    
  • Assign the outdial rule for networking (closed numbering) as follows:
    ADD-LODR:ODR=2,CMD=ECHO,FIELD=1;  (send the entire station number)
    
    ADD-LODR:ODR=2,CMD=END;
    
  • Define the LCR element with trunk group seizure order as follows:
    ADD-LDAT:LROUTE=55,LSVC=ALL,LVAL=1,TGRP=30,LAUTH=1,ODR=2;
    
    ADD-LDAT:LROUTE=88,LSVC=ALL,LVAL=1,TGRP=40,LAUTH=1,ODR=1;
    
  • Configure the dialing plan for the CO as follows:
    ADD-LDPLN:LDP=0-Z,LROUTE=88,LAUTH=1;
    
  • Give the LCR element charge attributes (outgoing to node 100) as follows:
    CHA-LDAT:LROUTE=55,LSVC=ALL,LRTEL=1,CARRIER=2,ZONE=TIE02
    
              ,LATTR=WCHREG;
    
  • Configure the LCR element for the CO with outgoing call data recording as follows:
    CHA-LDAT:LROUTE=88,LSVC=ALL,LRTEL=1,LATTR=WCHREG;
    
  • Parameterize the stations as follows:
    CHA-SBCSU:STNO=31001,COS1=2,COS2=2,LCOSV1=9,LCOSV2=9,LCOSD1=9
    
               ,LCOSD2=9;
    
  • Activate the feature centrally as follows (TIE incoming, TIE outgoing, CO outgoing):
    CHA-FEASU:TYPE=A,CM=CDROGTR&DISCHTR&CDROGNW&DISCHNW&CDRIC;