Collapse AllExpand All

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

  1. For trunk calls from a certain trunk group assign the priority level 1 on the answer key L1 for ATNDGR 0 and priority level 4 on the answer key L2 for ATNDGR 1.
    • Search for an existing priority number with the priority level of a different trunk group. Enter this priority number for the CO trunk group. In this example there is no such priority number. A free priority number is used. The new priority number (e.g. PNo.8) is entered in the trunk group of the incoming trunk (e.g. TG No. =201):
      CHA-BUEND:TGRP=201,PRIONO=8;
    • Assign the priority level 1 on answer key T to the priority number 8 for ATNDGR 0:
      CHA-VFGR:ATNDGR=0,TYPE=PRIOLEV,PRIONO=8,
      ANSKEY=L1,PRIOLEV=1;
    • Assign the priority level 4 on answer key O to the priority number 8 for ATNDGR 1:
      CHA-VFGR:ATNDGR=1,TYPE=PRIOLEV,PRIONO=8,
      ANSKEY=L2,PRIOLEV=4;
  2. for local first calls, assign the priority level 8 on answer key L1 for ATNDGR 0 and the priority level 4 on answer key L2 for ATNDGR 1.
    • There is no corresponding priority level for ATNDGR 0. Assign a new, unused priority number for this ATNDGR (e.g. PNo. 9).
      CHA-VFGR:ATNDGR=0,TYPE=PRIOCALL,LOFC=9;
    • Assign the priority level 8 on answer key L1 to the priority number 9 for ATNDGR 0:
      CHA-VFGR:ATNDGR=0,TYPE=PRIOLEV,PRIONO=9,
      ANSKEY=L1,PRIOLEV=8;
    • The priority level 4 on answer key L2 has already been assigned for ATNDGR 1 (first example). Enter the corresponding priority number 8 for the call type:
      CHA-VFGR:ATNDGR=1,TYPE=PRIOCALL,LOFC=8;
  3. Assign the priority level 6 on answer key L1 for recalls (trunk, tie and internal) to ATNDGR0.
    • There is no corresponding priority level for ATNDGR 0. Assign a new priority number (e.g. PNo. 10).
      CHA-VFGR:ATNDGR=0,TYPE=PRIOCALL,LOREC=10,
      COREC=10,TIREC=10;
    • Assign the priority level 8 on answer key T to the priority number 10 for ATNDGR 0:
      CHA-VFGR:ATNDGR=0,TYPE=PRIOLEV,PRIONO=10,
      ANSKEY=L1,PRIOLEV=6;
  4. For trunk calls from a certain trunk group in an originating node assign the priority level 2 on answer key L1 for ATNDGR 1 in the destination node (only possible in homogenous OpenScape 4000/HiPath 4000 networks via CorNet-NQ)
    • Enter a free priority number, unassigned in the system network, (e.g. PNo. 11) in the trunk group of the originating node as described under 1).
    • Set the COT parameter PRIO (e.g. COT No. 20) for the incoming CorNet-NQ trunk in the destination node:
      CHA-COT:COTNO=20,COTTYPE=COTADD,PAR=PRIO;
    • Assign the priority level 2 on answer key T to the priority number 11 for ATNDGR 1.
      CHA-VFGR:ATNDGR=1,TYPE=PRIOLEV,PRIONO=11,
      ANSKEY=L1,PRIOLEV=2;
  5. For internal calls in an originating node assign the priority level 7 on answer key L2 for ATNDGR 1 in the destination node (only possible in homogeneous OpenScape 4000/HiPath 4000 networks via CorNet-NQ)
    • Enter a free priority number (e.g. PNo. 12) at the outgoing trunk group (e.g. BNo. 21) of the originating node.
      CHA-BUEND:TGRP=21,PRIONO=12;
    • Set the COT parameter PRIO (e.g. COT no. 20) for the incoming CorNet-NQ trunk:
      CHA-COT:COTNO=20,COTTYPE=COTADD,
      PAR=PRIO;
    • Assign the priority level 7 on answer key O for ATNDGR 1.
      CHA-VFGR:ATNDGR=1,TYPE=PRIOLEV,
      PRIONO=12,ANSKEY=O,PRIOLEV=7;
  6. Activate the priority increase and change the timer to 30 seconds
    • Activate the priority increase using AMO FEASU
      CHA-FEASU:TYPE=A,LM=INCPRIO;
    • Change the priority timer
      CHA-CTIME:TYPESWU=ATNDTIME,CQPRIO=30;
  7. Direct the overflow of ATNDGR 0 to ATNDGR 1. Change the overflow timer to 40 seconds.
    • Activate the overflow by entering an overflow ATNDGR using AMO VFGR
      CHA-VFGR:ATNDGR=0,TYPE=GENERAL,OFLGR=1;
      The parameter "OFLGR=*" deactivates the overflow for this ATNDGR.
    • Change the overflow timer
      CHA-CTIME:TYPESWU=ATNDTIME,CQOFL=40;