cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
283
Views
0
Helpful
2
Replies

call routing in callmanager v4.1.3

lkinchen
Level 1
Level 1

My office in bangkok has a code they can use to help save cost on long distance for certain country. the code is "12345". this is how they dial numbers using the code, 9+1234+(area code)053+(number)xxxxxx. how can I implement this pattern without messing up the entire long distance pattern?

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

i'm not familiar with the dial plan but you probably can do this:

912345.053xxxxxx and discard predot.

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate

I pursume the 12345 is the telco CPS code you need to send to line or is it the code you use internally to separate the normal Telco links with the cheaper ones. If it is the cheaper link version on the the 912345.xxxxx predot is ok but if it is the telco code and you need to send teh 12345 to line then configure it as 9.12345xxxx and use discard predot. Anothe way is to select what numbers will use the cheap telco so if it is all national calls which begin with 01 then create a route pattern as 9.01xxxxxx and use discard predot and prefix 12345- bottom of the page or use a translation pattern first

9.01xxxxx and use discard predot to remove the 9 and add 912345 in front of 01 and to give ou 91234501xxxxxx then create a route pattern of 9.1234501xxxx and use discard predot to remove the 9 again so to leave 1234501xxx

The difference between two is that the users do not need to enter the 12345 when using the translation method as it will add it for them however if they do then the route pattern of 912345 will also work.