cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
670
Views
0
Helpful
3
Replies

number translation on CME

yuhuiyao
Level 1
Level 1

All,

I have the folloinwg configuration for number translation on CME:

Can anyone let me know how the translation works? Will it remove any outgoing called number 61? I am a little bit confused on outgoing called and outgoing calling numbers, what is the difference?

Thank.

voice translation-rule 2
rule 1 /^61/ //

voice translation-profile removeprefix
translate called 2

dial-peer voice 1000 voip
translation-profile outgoing removeprefix
destination-pattern 61....
session target ipv4:10.100.102.20
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad

1 Accepted Solution

Accepted Solutions

paolo bevilacqua
Hall of Fame
Hall of Fame

Alice calls Bob.

Calling number is Alice's number

Called number is Bob's number.

The translation works the way you have described.

View solution in original post

3 Replies 3

paolo bevilacqua
Hall of Fame
Hall of Fame

Alice calls Bob.

Calling number is Alice's number

Called number is Bob's number.

The translation works the way you have described.

d.hillman
Level 1
Level 1

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0080325e8e.shtml

Called = The number which is being called/dialed

Calling = The number which is placing the call

dksingh
Cisco Employee
Cisco Employee

Calling Number is the phone# of the party that originated the call (also called ANI)

Called Number is the phone# dialed (destination party's number - also called DNIS)

Incoming and Outgoing are the call directions - whether router/GW is receiving a call

(incoming) or sending one (outgoing)

You apply your voice translation profile depending on call direction. In other words, if

you apply it to a dialpeer, and if that dialpeer is selected for incoming call leg, then

only incoming voice translation profile will kick in. If that dialpeer is used for an outbound

leg, then only outgoing voice translation profile will apply.

And yes, your xlation will remove leading 61 from the called/DNIS whenever dialpeer 1000

is used for outbound.

Pl. see following doc and also the prereq docs listed in there:

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010fed1.shtml

DK