LCR route configuration:
With AMO RICHT, you can set up LCR routes for the central office and
tie line according to the LCR description.
ADD-RICHT:MODE=LRTENEW,LRTE=700,LSVC=ALL,TGRP=44,DNNO=3; /*
CO */
ADD-RICHT:MODE=LRTENEW,LRTE=701,LSVC=ALL,TGRP=55,DNNO=5; /*
Central office over tie line */
ADD-RICHT:MODE=LRTENEW,LRTE=702,LSVC=ALL,TGRP=55,DNNO=5; /*
Central office over tie line */
ADD-RICHT:MODE=LRTENEW,LRTE=711,LSVC=ALL,TGRP=55,DNNO=2; /*
TIE */
With
AMO LODR, you can configure outdial rules for CO and tie line connections. Outdial
rule 10 is
applied to international numbers in tie line traffic, outdial rule 11 to national
numbers in
tie line traffic, and outdial rule 12 to direct CO traffic. Outdial rule 13 is intended
for
pure tie line traffic. The NPI numbering plan, which is always determined from the
LCR, is
important for the modification of the calling number. The TON is used only for the
called
number.
ADD-LODR:ODR=10,INFO="CO OVER TIE LINE INTERNAT.";
ADD-LODR:ODR=10,CMD=ECHO,FIELD=3;
ADD-LODR:ODR=10,CMD=ECHO,FIELD=4;
ADD-LODR:ODR=10,CMD=NPI,NPI=ISDN;
ADD-LODR:ODR=10,CMD=TON,TON=INTERNAT;
ADD-LODR:ODR=10,CMD=END;
ADD-LODR:ODR=11,INFO="CO OVER TIE LINE NAT.";
ADD-LODR:ODR=11,CMD=ECHO,FIELD=3;
ADD-LODR:ODR=11,CMD=ECHO,FIELD=4;
ADD-LODR:ODR=11,CMD=NPI,NPI=ISDN;
ADD-LODR:ODR=11,CMD=TON,TON=NATIONAL;
ADD-LODR:ODR=11,CMD=END;
ADD-LODR:ODR=12,INFO="CO";
ADD-LODR:ODR=12,CMD=ECHO,FIELD=2;
ADD-LODR:ODR=12,CMD=NPI,NPI=ISDN;
ADD-LODR:ODR=12,CMD=TON,TON=UNKNOWN;
ADD-LODR:ODR=12,CMD=END;
ADD-LODR:ODR=13,INFO="TIE";
ADD-LODR:ODR=13,CMD=ECHO,FIELD=1;
ADD-LODR:ODR=13,CMD=ECHO,FIELD=2;
ADD-LODR:ODR=13,CMD=END;
The
outdial rules are assigned to the route elements with AMO LDAT.
ADD-LDAT:LROUTE=700,LSVC=ALL,LVAL=1,TGRP=44,ODR=12,LAUTH=1;
ADD-LDAT:LROUTE=701,LSVC=ALL,LVAL=1,TGRP=55,ODR=10,LAUTH=1;
ADD-LDAT:LROUTE=702,LSVC=ALL,LVAL=1,TGRP=55,ODR=11,LAUTH=1;
ADD-LDAT:LROUTE=711,LSVC=ALL,LVAL=1,TGRP=55,ODR=13,LAUTH=1;
With
AMO LDPLN, enter the route elements into the dial pattern plan:
ADD-LDPLN:LDP=0-X,DPLN=0,LROUTE=700,LAUTH=1;/* Central office
*/
ADD-LDPLN:LDP=0-00-4930-X,DPLN=0,LRTE=701,LAUTH=1;/* Central
office over tie line internat. */
ADD-LDPLN:LDP=0-0-30-X,DPLN=0,LROUTE=702,LAUTH=1; /* Central
office over tie line national */
ADD-LDPLN:LDP=96-X,DPLN=0,LROUTE=711,LAUTH=1; /* TIE */
Set the node connection matrix:
For the ISDN numbering plan, format-dependent number
modification was selected in this example. The node connection matrix can thus not
be set for
NPI=ISDN.
For the UNKNOWN numbering plan (i.e. the OpenScape 4000 specific numbering plan),
the
modifications must be configured for open numbering. Using AMO KNMAT, you must thus
set the
matrix in such a way that the outgoing calling number is always supplemented with
the own node
code. In case of incoming connections that end at Node 1, the number is shortened
by its own
node code.
CHANGE-KNMAT:NPI=UNKNOWN,LEVEL=0,ONNOL=OWN,DNNOL=ROW,
NUMEXT=#####;
CHANGE-KNMAT:NPI=UNKNOWN,LEVEL=0,ONNOL=ROW,DNNOL=OWN,
NUMRED=#####;
The
following setting results:
-------------------------------------------------------------
NODE MATRIX FOR NPI = UNKNOWN, LEVEL = 0, OWN NNO = 1
-------------------------------------------------------------
ONNO |DNNO |CONN|MODCON| NUMEXT | NUMRED
/ ONNOL|/ DNNOL| | | |
------+------+----+------+------------------------+----------
1 |ROW | A |ALL | 99 | -
------+------+----+------+------------------------+----------
ROW | 1 | A |ALL | - | 99