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

Translation Pattern

fb_webuser
Level 6
Level 6

I am Having 2 PRI on same Gateway E1/T1 Card, my first pri is e.g 022 8083 6000 and 2 pri 022 9093 7000

Extension numbers are last 4 digits,i want to translate incoming calls to 022 8083 6000 to 022 9093 7000 ? how do i translate it

---

Posted by WebUser Yogesh Bhalerao from Cisco Support Community App

2 Replies 2

Harmit Singh
Cisco Employee
Cisco Employee

Hi Yogesh,

Assuming Telco is sending the complete DID numbers as the called party number, then the following should do the trick:

// Create voice translation rule //

voice translation-rule 1

rule 1 /02280836\(...\)/ /6\1/

rule 2 /02290937\(...\)/ /7\1/

// Create voice translation profile //

voice translation-profile 4digit

translate called 1

// Apply the profile to both the voice-ports //

voice-port 0/0/0:15

translation-profile incoming 4digit

voice-port 0/0/1:15

translation-profile incoming 4digit

Here are a few links which will be helpful as well:

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

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

HTH.

Regards,

Harmit.

Chris Deren
Hall of Fame
Hall of Fame

You did not say if this is CME or CUCM implementation and if CUCM what protocol you are using to control the PRI, if this is MGCP the translation rules on GW will not work so you can do translation pattern on CUCM side.

HTH,

Chris