Collapse AllExpand All

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

Instead of the dialed digit pattern 0-030-4711, 010330304711 is to be transmitted on the line.
  • Definition of the dial rule with AMO LODR
    ADD-LODR:ODR=10,INFO="WITH CALL BY CALL 01033";
    
    ADD-LODR:ODR=10,CMD=OUTPULSE,DGTS=01033;  
    
    ADD-LODR:ODR=10,CMD=ECHO,FIELD=3;  
    
    ADD-LODR:ODR=10,CMD=ECHOALL;  
    
    ADD-LODR:ODR=10,CMD=END;  
    
  • Assignment of the dial rule generated to a route with AMO LDAT parameter ODR:
    ADD-LDAT:LROUTE=1,LSVC=VCE,LVAL=1,TGRP=2,ODR=10,LAUTH=1;