
CUCME - Dial to alphabetical SIP URL
Is any possible way to dial from CUCME 7.1 to SIP URL that uses alphabetical SIP name like sip:[email protected] ?
Is it possible to translate digits 1234 to "john.smith" and send to dial-peer?
dial-peer voice 1234 voip
description John Smith from Vendor
translation-profile outgoing JOHN-SMITH
destination-pattern ^1234$
session protocol sipv2
session target dns:sip.provider.com
Does it work in CUCM 7.0? 8.X?
Comments
You could use SIP Profiles to change the URI form a number to something like john.smith. http://www.cisco.com/en/US/products/sw/voicesw/ps5640/products_configuration_example09186a0080982499.shtml . INE does a good job describing this: http://blog.ine.com/2010/08/20/sip-normalization-for-itsp-internetworking-using-cisco-unified-border-element-cube/ I havent tried doing this, but it should work since the rule is applied just before the message leaves the router.
CUCM wont accept the URI like that yet, but i have heard the capability is coming very soon a future CUCM release. You could try to use SIP normalization rules with lua in CUCM 8.5+ to change it back to a number.