Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MD110 and LCR configuration ..

Status
Not open for further replies.

alradan1987

Technical User
Aug 20, 2015
16
LY
Hello,

I have Route 1 with Dest code 0, and I have one landline and one mobile line through GSM gateway. Is there anyway I can apply LCR here where mobile outgoing calls goes through mobile and landline calls goes through landline,

My landline prefix 021
My mobile Prefix 091

Kind regards,
 
[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]
 
Thanks so much for your help Snor, really so much appreciated. I got the concept and am trying to figure it out step by step. :)

P.S:

Does it take so much time for MD110 to search tables and perform analysis or is it fast?

Kind regards,

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top