08-19-2020 11:25 AM
Hi all,
We have global e.164 number deployed on CUCM. I was wondering is there any issue if i use non-e164 numbers on CUBE? The incoming non-e.164 number without +1 will match the e.164 number on CUCM?
Thanks!
Solved! Go to Solution.
08-19-2020 04:01 PM
This is easy to do with digit manipulation. If the number comes in from the service provider in 10-digit format and your dialplan is E164, then use voice translation profiles on the CUBE to globalize the number prior to sending it to CUCM.
Here is one example:
voice translation-rule 1 rule 1 /\([2-9].........\)/ /+1\1/ voice translation-profile globalize translate called 1 translate calling 1 dial-peer voice 1 voip description CUCM-facing dial-peer for calls from PSTN to CUCM translation-profile outgoing globalize
There are a bunch of resources for learning about and writing voice translation profiles. Here is one from Cisco: Number Translation using Voice Translation Profiles
And here is the first of in a series of four that I wrote because my students asked so many questions. The links to the other three parts are in there: Cisco IOS Voice Translations – Part 1: The Basics of Voice Translation Rules
There is more to the overall dialplan with regards to dial-peers on the CUBE and localization of digits outbound from CUCM, but this will get you started with digit manipulation.
Maren
08-19-2020 02:29 PM
08-19-2020 04:01 PM
This is easy to do with digit manipulation. If the number comes in from the service provider in 10-digit format and your dialplan is E164, then use voice translation profiles on the CUBE to globalize the number prior to sending it to CUCM.
Here is one example:
voice translation-rule 1 rule 1 /\([2-9].........\)/ /+1\1/ voice translation-profile globalize translate called 1 translate calling 1 dial-peer voice 1 voip description CUCM-facing dial-peer for calls from PSTN to CUCM translation-profile outgoing globalize
There are a bunch of resources for learning about and writing voice translation profiles. Here is one from Cisco: Number Translation using Voice Translation Profiles
And here is the first of in a series of four that I wrote because my students asked so many questions. The links to the other three parts are in there: Cisco IOS Voice Translations – Part 1: The Basics of Voice Translation Rules
There is more to the overall dialplan with regards to dial-peers on the CUBE and localization of digits outbound from CUCM, but this will get you started with digit manipulation.
Maren
08-20-2020 08:21 AM
08-20-2020 08:26 AM
08-20-2020 09:07 AM
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