Collapse AllExpand All

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

The digit pattern 0-W-031-X is to refer to trunk group 12, which leads to a provider who requires authentication via code "123456789".
  • Enter authorization code with parameter CODE in AMO LAUTH:
    EINR-LAUTH:ITR=0,INDEX=1,FORMAT=NORMAL,CODE=123456789;
    
  • Define LCR route with AMO RICHT
    ADD-RICHT:MODE=LRTENEW,LSVC=VCE,LRTE=12,NAME="VENDOR 2",
    
    TGRP=12; 
    
  • Enter authorization code in the outpulsing with AMO LODR:
    ADD-LODR:ODR=12,INFO="WITH OUTPULSING 1";
    
    ADD-LODR:ODR=12,CMD=OUTCODE,INDEX=1;  
    
    ADD-LODR:ODR=12,CMD=ECHO,FIELD=3;  
    
    ADD-LODR:ODR=12,CMD=ECHOALL;
    
    ADD-LODR:ODR=12,CMD=END;
    
  • Use AMO LDAT to assign LCR dial rule (ODR) to a route (LROUTE):
    ADD-LDAT:LROUTE=12,LSVC=VCE,LVAL=1,TGRP=12,ODR=12,LAUTH=1;
    
  • Setup LCR digit pattern (LDP) with AMO LDPLN:
    ADD-LDPLN:LDP= 0-W-031-X,LROUTE=12,LAUTH=1;