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

CME redirecting number

leslie-meade
Level 1
Level 1

i am having issues call forwarding to a 1866 number in Canada. I can call forward to any other number.I have engaged the telco and they have asked me in get the redirecting number to put out the whole number instead of the 1700

Redirecting Number i = 0x00008F, '1700'

to

Redirecting Number i = 0x00008F, 'XXXXXX1700'

voice translation-profile expand

translate called 10

voice translation-rule 10

rule 1 /^1700/ /XXXXXX1700/

dial-peer voice 1 pots

translation-profile incoming MainLine

incoming called-number .

direct-inward-dial

port 0/3/0:23

dial-peer voice 10 pots

description 91... Via PRI

translation-profile outgoing expand

preference 1

destination-pattern 91..........

port 0/3/0:23

forward-digits 11

Any ideas where i am going wrong ?

2 Replies 2

gogasca
Level 10
Level 10

U r in the right direction, just change the

voice translation-profile expand

translate called 10

to "translate redirect" and u can test it later.

Marwan ALshawi
VIP Alumni
VIP Alumni

i c the problem in the dial-peer

dial-peer voice 10 pots

destination-pattern 91..........

ur dial-peer matching a number consist of 12 digits and start with 91 while the applied translation profile match any number start with 1700 then they wont work

to solve it try to change the distination pattren it the user or the number dialed only 1700 make another dial-peer like

dial-peer voice 11 pots

destination-pattern 1700

translation-profile outgoing expand

port 0/3/0:23

forward-digit all

one more thing, what dose the following translation profile do ?

" translation-profile incoming MainLine "

good luck

if helpful Rate