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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LCR configuration 1

Status
Not open for further replies.

samsal

IS-IT--Management
Mar 16, 2013
33
0
0
JO
Hi,
I am a little bit new to LCR, my customer has 4 routes under one destination (1) configured with customer feature for each group of extensions as below.

DEST DRN ROU CHO CUST ADC TRC SRT NUMACK PRE
1 1 0005000000000250000000000000 0 2 0
2 2 0005000000000250000000000000 0 2 0
3 3 0005000000000250000000000000 0 2 0
4 4 0005000000000250000000000000 0 2 0

Now, he asked me to do the following.

Create a new route, if any extension dialed 1079 or 1078 it should go through the new route. what is the requried configuration to do this?

As i understood from previous posts it should be something like this but i want to make sure that this is correct before applying it into customer system.

lcddi:tab=fdt,frct=1,pre="The new external destination code for the new route";

lcddi:tab=dnt1,entry=1079,trc=4,frct=1,pre="The new external destination code for the new route";
lcddi:tab=dnt1,entry=1078,trc=4,frct=1,pre="The new external destination code for the new route";

 
The LCR function is completely different. The should, if more than one telecom provider and is a call depending on the direction different rou-n you want to send.
If you have 4 different ROU and 1 DEST and want to have extension that is dedicated rou to use, you can do that with customer parameter.

RODDI:DEST=1,ROU=1;
RODDI:DEST=1,ROU=1,CUST=1,ADC=xxx,SRT=xx;
RODDI:DEST=1,ROU=2,CUST=2,ADC=xxx,SRT=xx;
RODDI:DEST=1,ROU=3,CUST=3,ADC=xxx,SRT=xx;
RODDI:DEST=1,ROU=4,CUST=4,ADC=xxx,SRT=xx;

Then set the extension customer's:
EXCUC:DIR=extension, CUST=1; (this ext will use ROU 1)
KSCUC:DIR=extension, CUST=3; (this ext will use ROU 3)

Peter
 
Hi,

This is what configured in my system now, but what I need exactly to have for example the customer 1 extensions to work as follow:

when dialing 1XXXXXXXXXX to go through route 1
when dialing 1079XXXXXXX to go through another new route.

Is there anyway to do this using one external destination for all routes?
 
RODDI:DEST=X,ROU=1,.....;
RODDI:DEST=Y,ROU=Z,......;

LCDDI:TAB=DNT1,ENTRY=1079,FRCT=1,TRC=0;
LCDDI:TAB=FDT,FRCT=1,PRE=Y;
LCLDI:LIM=1,AC=area code,DEST=X;

NANSE:NUMTYP=ED,NUMSE=1;
NANSI:NUMTYP-LC,NUMSE=1;

best parnum
 
Excellent, thanks parnum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top