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

Translation Rule configuration

Yenosh
Level 1
Level 1

Hi All,

 

I have an issue with international calls , where the phone is sending call as +91XXX but I want send it as 0091. 

 

Can any one suggest the translation Rule for it and do i need to apply it on incoming Dial-peer or outgoing dial peer.

 

 

1 Accepted Solution

Accepted Solutions

This should do what you ask for.

voice translation-rule 10
 rule 1 /^\+\(91.*\)/ /00\1/

voice translation-profile PSTN-OUT
 translate calling 10

Apply this to your outbound dial peer in the outbound direction.

For additional information on voice translations have a look at this document.



Response Signature


View solution in original post

3 Replies 3

Jaime Valencia
Cisco Employee
Cisco Employee

There's a lot of existing documentation around translation rules, which has plenty of examples for various scenarios, have you reviewed it?

I'd also suggest you review the existing documentation around how dial peers work if you're not clear on which dial peers to apply it for your scenario.

HTH

java

if this helps, please rate

This should do what you ask for.

voice translation-rule 10
 rule 1 /^\+\(91.*\)/ /00\1/

voice translation-profile PSTN-OUT
 translate calling 10

Apply this to your outbound dial peer in the outbound direction.

For additional information on voice translations have a look at this document.



Response Signature


It is working, Thank you