<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta content="text/html; charset=utf-8">
</head>
<body>
<div>
<div style="font-family:Calibri,sans-serif; font-size:11pt">Oh yes, that is a good trick I used to use back when my PRI gateways were MGCP. Does it work with SIP too? I guess I just always assumed SIP would take Unicode names.<br>
<br>
Not actually using CUCM any longer, which is why I do the names on the gateway now and forgot about the ASCII Name trick.<br>
<br>
-mn<br>
</div>
</div>
<hr>
<span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold">From:
</span><span style="font-family:Tahoma,sans-serif; font-size:10pt">Evgeny Izetov</span><br>
<span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold">Sent:
</span><span style="font-family:Tahoma,sans-serif; font-size:10pt">17/01/2017 10:31 AM</span><br>
<span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold">To:
</span><span style="font-family:Tahoma,sans-serif; font-size:10pt">Norton, Mike</span><br>
<span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold">Cc:
</span><span style="font-family:Tahoma,sans-serif; font-size:10pt">Alan Libbee; Cisco VoIP Group; Ben Amick</span><br>
<span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold">Subject:
</span><span style="font-family:Tahoma,sans-serif; font-size:10pt">Re: [cisco-voip] Caller ID Manipulation</span><br>
<br>
<div>
<div dir="auto">
<div>You could also look into changing the ASCII Display Name on line appearances as that's what gets sent to trunks by default. <br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Jan 17, 2017 12:18 PM, "Norton, Mike" <<a href="mailto:mikenorton@pwsd76.ab.ca" target="_blank">mikenorton@pwsd76.ab.ca</a>> wrote:<br type="attribution">
<blockquote class="m_4700251593190551103quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div lang="EN-US">
<div class="m_4700251593190551103m_6045332014390894752WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">Alan, I think the CNAM database lookup is only U.S. thing. In Canada and presumably elsewhere, the calling name is set by the caller (if ISDN or SIP, otherwise
 by their CO switch if analog POTS) and is passed all the way through the PSTN to the callee.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">I’ve never understood why the CUCM web interface calls the field “internal caller ID” because there is nothing internal about it. The PSTN in some countries,
 such as U.S.A., ignores it, but that shouldn’t be a license for Cisco to misname the field, leading to people getting surprised when they discover that the name is not kept internal.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">Likewise, there is nothing about Ben’s SIP provider that I would agree is “very lax.” To me, it sounds very perfectly normal, because that is the way the PSTN
 works for me.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">On my PRI gateways, I modify the outgoing names by using an inbound SIP profile on the incoming SIP dial-peer. This allows me to alter the name in SIP From
 field based on what number is in the From field. So I can put a generic name for certain number ranges, special names for specific numbers, no change for incoming PSTN calls that are forwarded back out to the PSTN, etc. I think you should be able to do the
 same on a CUBE. Here’s some snippets of it as an example:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">request ANY sip-header From modify "^(.+):.*(<sip:\<a href="tel:(780)%20864-3696" value="+17808643696" target="_blank">+17808643696</a>@)<wbr>" "\1: \"SPRT
 RVR REG AC\" \2"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">request ANY sip-header From modify "^(.+):.*(<sip:\<a href="tel:(780)%20568-2265" value="+17805682265" target="_blank">+17805682265</a>@)<wbr>" "\1: \"TP CREEK
 SCHOOL\" \2"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">request ANY sip-header From modify "^(.+):.*(<sip:\<a href="tel:(780)%20766-2294" value="+17807662294" target="_blank">+17807662294</a>@)<wbr>" "\1: \"WMBLY
 ELEM SCHL\" \2"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">request ANY sip-header From modify "^(.+):.*(<sip:\<a href="tel:(780)%20532-8133" value="+17805328133" target="_blank">+17805328133</a>@)<wbr>" "\1: \"PWSD76\"
 \2"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">request ANY sip-header From modify "^(.+):.*(<sip:\+178035752[01]<wbr>[0-9]@)" "\1: \"PWSD76\" \2"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">request ANY sip-header From modify "^(.+):.*(<sip:\+1780357522[0-<wbr>4]@)" "\1: \"PWSD76\" \2"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">request ANY sip-header From modify "^(.+):.*(<sip:\+178083130[5-9<wbr>][0-9]@)" "\1: \"PWSD76\" \2"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">request ANY sip-header From modify "^(.+):.*(<sip:\<a href="tel:(780)%20864-3741" value="+17808643741" target="_blank">+17808643741</a>@)<wbr>" "\1: \"PWSD76\"
 \2"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">Note that inbound SIP profiles has to be turned on under “voice service voip” in order to work. But I guess you could probably do it on the outgoing dial-peer
 to your SIP provider if you wanted. (I have to do it on incoming because my outgoing is PRI.)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d">-mn<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:"Calibri",sans-serif; color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt; font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt; font-family:"Calibri",sans-serif"> cisco-voip [mailto:<a href="mailto:cisco-voip-bounces@puck.nether.net" target="_blank">cisco-voip-bounces@puc<wbr>k.nether.net</a>]
<b>On Behalf Of </b>Alan Libbee<br>
<b>Sent:</b> Tuesday, January 17, 2017 8:02 AM<br>
<b>To:</b> Ben Amick <<a href="mailto:bamick@humanarc.com" target="_blank">bamick@humanarc.com</a>><br>
<b>Cc:</b> Cisco VOIP <<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a>><br>
<b>Subject:</b> Re: [cisco-voip] Caller ID Manipulation<u></u><u></u></span></p>
<div class="m_4700251593190551103elided-text">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Ben,<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">You can set calling name on the device or trunk level. Most landlines and businesses not using SIP will only receive the calling number, the name is looked up through the cnam database. You can query the cnam database here: <a href="https://www.opencnam.com" target="_blank">https://www.opencnam.com</a><wbr>.
 The cnam database should be updated to reflect your business name, I recommend spot checking your DIDs to see what is displayed in cnam. I have access to some different sip carriers if you want to do some testing, send me a direct email and I can tell you
 exactly what we are receiving for your calls. <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">-Alan<u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Jan 17, 2017 9:41 AM, "Ben Amick" <<a href="mailto:bamick@humanarc.com" target="_blank">bamick@humanarc.com</a>> wrote:<u></u><u></u></p>
<blockquote style="border:none; border-left:solid #cccccc 1.0pt; padding:0in 0in 0in 6.0pt; margin-left:4.8pt; margin-top:5.0pt; margin-right:0in; margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal">So, I’ve discovered we have a very lax SIP provider who passes through all our ID signaling from our CUCM to the WAN without any modification – which while great for our external CID# mask, means that our internal caller ID names (Such
 as “HR Conference Room” and “John Smith”) are being published out as our Caller ID names to any residential or other commercial callers (or anyone who has a cell phone with a caller ID app? Haven’t tested that as I don’t have access to one). I can change this
 myself, but it would require me to get rid of all our labeling and have everyone have generic internal CID, which is not preferable.<u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal">I’ve about to be on the verge of telling our SIP provider to change this to force to our company name across the board, but I was wondering if there was any way I could elect to enforce this on our CID myself, either on UCM or on our CUBE
 routers for all outbound calls. Globally would be fine, but optionally would be great if I could opt-out certain people that do our marketing and sales.
<u></u><u></u></p>
<p class="MsoNormal"><span style="font-family:"Garamond",serif"> </span><u></u><u></u></p>
<p class="MsoNormal" style="text-autospace:none"><b><span style="font-size:10.0pt; font-family:"Garamond",serif; color:#3b3838">Ben Amick</span></b><u></u><u></u></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt; font-family:"Garamond",serif; color:#3b3838">Telecom Analyst</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-family:"Garamond",serif"> </span><u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
Confidentiality Note: This message is intended for use only by the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is
 not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received
 this communication in error, please contact the sender immediately and destroy the material in its entirety, whether electronic or hard copy. Thank you
<br>
______________________________<wbr>_________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailma<wbr>n/listinfo/cisco-voip</a><u></u><u></u></p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailma<wbr>n/listinfo/cisco-voip</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</body>
</html>