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

LCR for international calls

Status
Not open for further replies.

bb34nne

Programmer
Feb 21, 2007
102
HR
Hi

Can someone post exact commands how to set Least Coast Routing for international calls. I want to set my international calls to go on route 70, and then on route 1(CHO=1). How to set tables? This is what I got now on exchange:

LCLDP:LIM=ALL;
LEAST COST LIM DATA
LIM AC DEST
1 01 88000

Now we have a LCR for mobile calls, and it is set like this:


<LCDDP:TAB=ENT;
NOT ACCEPTED
ENTRY NOT FOUND

<LCDDP:TAB=NLT;
NOT ACCEPTED
ENTRY NOT FOUND

<LCDDP:TAB=FDT;
NOT ACCEPTED
FRCT-VALUE
NOT ASSIGNED
<LCDDP:TAB=DNT1;
LEAST COST DESTINATION DATA
EXCEPTIONS TABLE
ENTRY TRC PRE ACCT FRCT TOLL CBCS BTON TNS OSA
00xx 4 880xx 0 0 111111111111111 0
00zz 4 880zz 0 0 111111111111111 0
00tt 4 880tt 0 0 111111111111111 0
00ee 4 880ee 0 0 111111111111111 0
00oo 4 880oo 0 0 111111111111111 0
END

<LCDDP:TAB=DNT2;
NOT ACCEPTED
ENTRY NOT FOUND

RODDP:DEST=88000;
EXTERNAL DESTINATION ROUTE DATA
DEST DRN ROU CHO CUST ADC TRC SRT
88000 1 00050000000002500000000100 0 6

Which table I have to use for international calls?

thanks, bb34nne
 

pls send us

RODRP:ROU=70;
NADAP:NUMTYP=ED;
NADAP:NUMTYP=LC:

parnum
 
<NADAP:NUMTYP=LC;
NUMBER ANALYSIS DATA
TYPE OF SERIES NUMBER SERIES
LEAST COST ROUTING ACCESS
CODE NUMBER SERIES 0

END

<RODRP:ROU=70;
EXTERNAL DESTINATION DATA
ROU DEST
70 1

END

<NADAP:NUMTYP=ED;
NUMBER ANALYSIS DATA
TYPE OF SERIES NUMBER SERIES
EXTERNAL DESTINATION CODE 1
2400
2402
2703 - 2704
2707 - 2709
2711
2797 - 2798
2800 - 2807
3 - 4
51999
70 - 74
88000
88004
88091 - 88092
88095
88098 - 88099

END
 
And how can I set that incoming call on TL11 rings on operators phone? We have a second provider, who is connected with analog trunk(TL11)to my exchange over FXS. That is my route 70. We use that connection just for outgoing calls, but if someone call that analog number, how to "send" that call to operator?

thanks
 
use RODNI:ROU=70,DAY=x,NIG=x; where X is your common PO nr

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
thanks for answer, but how to set LCR?

bb34nne
 
just put 000 in dnt2 and point it to a new frct (FDT tbale)


-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Can you send exact commands? I dont want to do something wrong, :)

bb34nne
 
pls send us

RODDP:DEST=ALL;

----------------------------------
If anything can go wrong, it will.

(Murphy's Law)
 
<RODDP:DEST=ALL;
EXTERNAL DESTINATION ROUTE DATA
DEST DRN ROU CHO CUST ADC TRC SRT NUMACK

88000 1 00050000000002500000000100 0 6 0
88060 1 00050000000002500000000000 0 6 0
88091 92 00050000000002500000000000 0 3 0
1 1 00050000000002500000000000 0 3 0
88092 92 00050000000002500000000000 0 3 0
1 1 00050000000002500000000000 0 3 0
88095 92 00050000000002500000000000 0 3 0
1 1 00050000000002500000000000 0 3 0
88098 92 00050000000002500000000000 0 3 0
1 1 00050000000002500000000000 0 3 0
88099 92 00050000000002500000000000 0 3 0
1 1 00050000000002500000000000 0 3 0

bb34nne
 
Hi
First You must create destination to route 70.
RODDI:DEST=…,ROU=70,SRT=…..;
DEST must be declared as ED number (to check it use command NADAP:NUMTYP=ED). I see in your system many (not used) ED numbers. For example 88004. Then:
RODDI:DEST=88004,ROU=70,SRT=6;
Now is the time to make test. Try to make a call by route 70. Call 88004 and external number for example Your mobile phone. /May by after 88004 external number must be fallowed by 0 or other digit/ .Remember that phone (extension) from you make this test call must be allowed to use ED code. Best way is extension with TRAF=xx151515.

If test was successful add alternative CHO
RODDI:DEST=88004,ROU=1,CHO=1,SRT=6;

Last command is to add this to LCR:
LCDDI:TAB=DNT1,ENTRY=000,TRC=3,PRE=8800400,FRCT=0;


----------------------------------
If anything can go wrong, it will.

(Murphy's Law)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top