04-30-2013 10:47 AM - edited 03-19-2019 06:40 AM
Hello,
I'm trying to change a called number to show up on the phone calling it as a name and not the actual dialed number. Anyone know how to do that, I can't seem to figure it out?
04-30-2013 11:02 AM
You need to start by mentioning what system you're using.
HTH
java
if this helps, please rate
www.cisco.com/go/pdihelpdesk
04-30-2013 11:04 AM
Sorry,
CUCM 9.1, I've got a Route Pattern that hits a SIP Trunk and routes out. On the phone calling the number I would like it to display a set name like "Conference-Line" for example instead of the actual dialed number.
Does that help?
07-11-2013 01:52 PM
Impossible?
07-28-2013 05:09 AM
Not impossible but rather tricky and not scalable. You can use a voice class sip-profiles to modify the Remote-Party-ID header that the router sends back to CUCM. You'll need to be rather comfortable with regular expressions.
voice class sip-profiles 10
response ANY sip-header Remote-Party-ID modify "Remote-Party-ID:.*(
You would need to apply that on the VoIP dial-peer facing CUCM.
Please remember to rate helpful responses and identify helpful or correct answers.
07-28-2013 08:52 AM
Thank you Jonathan,
Believe it or not there is however no cisco router involved here. Is there an option here for SIP manipulation on the SIP Trunk?
07-28-2013 04:12 PM
Not to my knowledge. Even the CURRI API only allows you to modify calling/called number, not name.
Please remember to rate helpful responses and identify helpful or correct answers.
07-29-2013 03:37 AM
If the need is to hide the called number, eg a Call forward number, there are vairous threads on the matter, search "ip telephony".
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