In order to route base numbers correctly all dialed numbers have to
be analyzed by the Dialing Plan Administration LDPLN.
On-Base-Numbers residing within the OpenScape 4000 or on the Base
Switch have to be sent to LDPLN using the Office Code as the routing
digits (723 in this example).
ADD-WABE:CD=723,DAR=TIE;
All other DSN calls have to be configured with WABE and TIE as well.
Station-Numbers within the OpenScape 4000 need to be rerouted back into the OpenScape
4000
using the parameter LATTR set to RERTEINT in the AMO LDAT.
Since the number for the station is already used as a TIE a token number has to be
configured
for each station within the OpenScape 4000 (in this example 98XXXX is used to build
the token
number).
ADD-WABE:CD=980001,DAR=STATION;
ADD-WABE:CD=980002,DAR=STATION;
...
It is recommended to turn off displaying the station number since the OpenScape 4000
shows
the station number (in this case it would be the token number 98xxxx).
CHANGE-ZAND:TYPE=ALLDATA2,DSPOWNNO=NO;
The Out-Dial rule for the OpenScape 4000 stations replaces the office code with 98
and dials
the new token number.
ADD-LODR:ODR=odr98,CMD=OUTPULSE,DGTS=98;
ADD-LODR:ODR=odr98,CMD=ECHO,FIELD=2;
ADD-LODR:ODR=odr98,CMD=END;
The AMO LDAT specifies that this route has to be rerouted back into the OpenScape
4000
(LATTR=RERTEINT).
ADD-LDAT:LROUTE=lrt98,ODR=odr98,LAUTH=x,
LATTR=RERTEINT;
All the OpenScape 4000 internal numbers have to be routed to the OpenScape 4000 internal
route.
ADD-LDPLN:LCRCONF=LCRPATT,DIPLNUM=0,
LDP=723-0001,LROUTE=lrt98,LAUTH=x;
ADD-LDPLN:LCRCONF=LCRPATT,DIPLNUM=0,
LDP=723-0002,LROUTE=lrt98,LAUTH=x;
All calls to the base-switch and DSN are routed together using the configuration below:
ADD-LODR:ODR=odrx,CMD=ECHO,FIELD=1;
ADD-LODR:ODR=odrx,CMD=ECHOALL;
ADD-LDAT:LROUTE=lrtx,LVAL=1,TGRP=tgx,
ODR=odrx,LAUTH=x;
ADD-LDPLN:LCRCONF=LCRPATT,DIPLNUM=0,
LDP=723-XXXX,LROUTE=lrtx,LAUTH=x;