Collapse AllExpand All

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

Excerpt of the most important commands for open numbering to a FAX Server (digit pattern 91-X ) with the possibility of Internal Rerouting (rerouting of the FAX to a G3-FAX terminal) if the connection to the FAX server fails.
  • Prepare Route 33 to Nodes 1-89-102 with AMO RICHT:
    ADD-RICHT:MODE=LRTENEW, LRTE=33, LSVC=ALL, NAME="FAXSERVER", TGRP=33, 
    DNNO=1-89-102, INFO="FAXSERVER", PDNNO=1-89-102;
    
  • Define Dial Rule No. 33 with AMO LODR:
    ADD-LODR:ODR=33, CMD=ECHO, FIELD=2;
    
    ADD-LODR:ODR=33, CMD=END;
    
    ADD-LODR:ODR=33, INFO="FAX SERVER";
    
  • Define Dial Rule No. 333 with AMO LODR:
    ADD-LODR:ODR=333, CMD=OUTPULSE, DGTS=7101;
    
    ADD-LODR:ODR=333, CMD=END;
    
    ADD-LODR:ODR=333, INFO="FAX MACHINE";
    
  • Prepare direct connection to Nodes 1-89-102 with AMO LDAT:
    ADD-LDAT:LROUTE=33, LSVC=ALL, LVAL=2, TGRP=33, 
    ODR=33, LAUTH=1, CARRIER=9, ZONE=EMPTY, LATTR=NONE;
    
  • Prepare Internal Rerouting with AMO LDAT (use of a different dial rule and, thus, new entry into route selection):
    ADD-LDAT:LROUTE=33, LSVC=ALL, LVAL=2, TGRP=33, 
    ODR=333, LAUTH=1, CARRIER=9, ZONE=EMPTY, LATTR=RERTEINT;