[tt]Hi,
here is an example for a LCR-configuration of my LAB system.
Dest=9940, Route=1 used for "landline"
Dest=9966, Route=2 used for "mobile"
1.) you have to create 2 numbers for destinations
nadap:numtyp=ed;
NUMBER ANALYSIS DATA
TYPE OF SERIES NUMBER SERIES
EXTERNAL DESTINATION CODE 9940
9966
END
2.) You have to define 1 number for LCR-Access
nadap:numtyp=lc;
NUMBER ANALYSIS DATA
TYPE OF SERIES NUMBER SERIES
LEAST COST ROUTING ACCESS
CODE NUMBER SERIES 00
END
3.) configure the destinations.
<roddp:dest=9940;
EXTERNAL DESTINATION ROUTE DATA
DEST DRN ROU CHO CUST ADC TRC SRT NUMACK PRE
9940 1 001500000000025000000000000 0 5 0
END
<roddp:dest=9966;
EXTERNAL DESTINATION ROUTE DATA
DEST DRN ROU CHO CUST ADC TRC SRT NUMACK PRE
9966 2 000500000000025000000000000 0 5 0
END
4.) Configure in LCR the FDT table
e.g. FRCT 1 for "landline" and FRCT 2 for "mobile"
<lcddp:tab=fdt;
LEAST COST DESTINATION DATA
FICTITIOUS DESTINATION TABLE
FRCT TZONE PRE
1 1 9940
2 1 99660664
END
4.) define the DNT1 and DNT2 Tables
e.g. 000664 -> "00" (LCR-code from NADAP), "0664" first Digits of mobile numbers
<lcddp:tab=dnt1;
LEAST COST DESTINATION DATA
EXCEPTIONS TABLE
ENTRY TRC PRE ACCT FRCT TOLL CBCS BTON TNS OSA
000664 6 0 2 111111111111111 0
END
--> if the dialled number fit to this entry, FRCT 2 is used, and dest 9966 (Mobile) is dialled.
<lcddp:tab=dnt2;
LEAST COST DESTINATION DATA
NUMBER TABLE
ENTRY TRC PRE ACCT FRCT TOLL CBCS BTON TNS OSA
00 2 0 1 111111111111111 0
END
--> if the dialled number do not fit to the entry of DNT1, than DNT2 is searched, and FRCT 1 with DEST 9940 (landline) is dialled
best regards,
Norbert[/tt]