01-08-2013 11:21 PM - edited 03-19-2019 06:05 AM
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
01-08-2013 11:32 PM
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.
01-09-2013 06:49 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide