Collapse AllExpand All

7.3.4. Generation (Example) Previous topic Parent topic Child topic Next topic

Account Code Setup - Examples
  • Activate account code feature in system:
    CHA-FEASU:TYPE=A,CM=CDRACC;
  • Add digit analysis result *86 (8086) for account code:
    ADD-WABE:CD=*86,DPLN=0,DAR=CDRACC,CDDP=8086;
  • Add COS for manual account code:
    CHA-COSSU:TYPE=COS,COS=23,AVCE=ACTMAN;
  • Add code '4711' for account code:
    ADD-PERSI:TYPE=CDRAC,CDRAC=4711;
  • Display COPIN 9 settings for the account code:
    DIS-PERSI:TYPE=COPIN,COPIN=9;
     H500:  AMO PERS STARTED
    
    +-------+-------------------------------------------------+
    
    | COPIN | COPIN PARAMETER                                 |
    
    +-------+-------------------------------------------------+
    
    |  9    | COTYPE   =  PCODE                               |
    
    |       | PINTEXT  = 'ACCOUNT CODE        '               |
    
    |       | CDRACLEN =  5                                   |
    
    |       | CDRTEXTS =  NO                                  |
    
    |       | CDRTEXT  = '          '                         |
    
    |       | DISPRSTN =  NO             IDHOME   =  NO       |
    
    |       | PINTEST  =  LENGTH         DISPID   =  PERMDISP |
    
    |       | TRKCD    =  0              TRACE    =  NO       |
    
    |       | TRKCDTYP =  NO             PINEXT   =  YES      |
    
    |       | PINDUR   =  ONE            DISPPIN  =  YES      |
    
    |       | TRANSFER =  NO             PINNKEY  =  NO       |
    
    |       | DEACKEY  =  NO             POSCHKN  =  1        |
    
    |       | COSHOME  =  NO             PINLCOS2 =  NO       |
    
    |       | DPTEST   =  NO                                  |
    
    +-------+-------------------------------------------------+
    
    AMO-PERS-111 PERSONAL IDENTIFICATION
    
    DISPLAY COMPLETED;
    
    
    
  • Add account code key:
    CHA-TAPRO:STNO=3156,STD=19,DIGTYP=OPTISET,
    KY11=CDRACC;
    
  • Add ACD transaction code key:
    CHA-TAPRO:STNO=3156,STD=19,DIGTYP=OPTISET,
    KY12=ACC;
    
  • Add automatic account code in system:(default account code)
    CHA-ZAND:TYPE=ACC,DCDRACC=1234;
    
  • Display of the data configured in the system (automatic account code=1234, activation via ACD function=no) for the account code:
    DIS-ZAND:TYPE=ACC;
     H500:  AMO ZAND  STARTED 
    
    ACCOUNT CODE 
    
    ===================== 
    
    DCDRACC = 1234        ,    ACCONEKY = NO; 
    
    AMO ZAND -111 CENTRAL SYSTEM DATA
    
    DISPLAY COMPLETED;
    
    
    
  • Configure account code via ACD Transaction Code:
    CHA-ZAND:TYPE=ACC,ACCONEKY= YES;
    
  • Add automatic CDRACC for station 3156:
    CHA-SDAT:STNO=3156,TYPE=DATA1,CDRACC=6789;
    
  • Add account code in the call charge data output:
ADD-FTBL:FORMNO=4,TYPE=B,TBL=FORM,NO=1,END,
FORMAT="ACCTCODE: #@@@@@@@@@@@"; 

ADD-FTBL:FORMNO=4,TYPE=B,TBL=CTRL,NO=2,
END=N,CTLCHARS=CR; 

ADD-FTBL:FORMNO=4,TYPE=B,TBL=CTRL,NO=3,
END=N,CTLCHARS=LF; 

ADD-FTBL:FORMNO=4,TYPE=B,TBL=CTRL,NO=4,
END=N,CTLCHARS=LF; 

ADD-FTBL:FORMNO=4,TYPE=B,TBL=CTRL,NO=5,
END=J,CTLCHARS=LF; 

ADD-FTBL:FORMNO=4,TYPE=B,TBL=FIELD,NOFELD=1,
FLDNAME=ACCTCODE,FILLTYPE=CHAR,FILLER=" ",
FLDALIGN=L; 
Please refer to the Service Manual and the CDRE Adaptions feature description for configuring and activating call charge recording.