<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I am trying to get CID lookup to display on the phone’s display. I am using this code in the beginning of the public.xml dialplan:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><extension name="cid_number_cleanup" continue="true"><o:p></o:p></p><p class=MsoNormal> <condition field="caller_id_number" expression="^(?:\+)(\d+)$"><o:p></o:p></p><p class=MsoNormal> <action application="set" data="effective_caller_id_number=$1" inline="true"/><o:p></o:p></p><p class=MsoNormal> </condition><o:p></o:p></p><p class=MsoNormal> </extension><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal> <extension name="cid_name_cleanup" continue="true"><o:p></o:p></p><p class=MsoNormal> <condition field="caller_id_name" expression="^(?:\+)(\d+)$"><o:p></o:p></p><p class=MsoNormal> <action application="set" data="effective_caller_id_name=$1" inline="true"/><o:p></o:p></p><p class=MsoNormal> </condition><o:p></o:p></p><p class=MsoNormal> </extension><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal> <extension name="cid_lookup-country_code_1" continue="true"><o:p></o:p></p><p class=MsoNormal> <condition field="${module_exists(mod_cidlookup)}" expression="true"/><o:p></o:p></p><p class=MsoNormal> <condition field="caller_id_name" expression="^(?:\+)(\d+)$|^$"/><o:p></o:p></p><p class=MsoNormal> <condition field="caller_id_number" expression="^(?:\+1|1)?([2-9]\d\d[2-9]\d{6})$"><o:p></o:p></p><p class=MsoNormal> <action application="cidlookup" data="$1"/><o:p></o:p></p><p class=MsoNormal> </condition><o:p></o:p></p><p class=MsoNormal> </extension><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The lookup works – I can see the result in the cdr records. But it does not display on the phone’s display. When we get a call in with actual cnam info, that does display on the phone. The difference I think is when we get a cnam call, sip_from_display is filled with the name. When we do the cid lookup, it is not filled. I tried to set sip_from_display myself through channel variables in the bridge string as well as export but it is not working. Any ideas on how I can do this? Being able to control what is displayed on the screen would be ideal so I can let users know when they are getting a call direct to their extension or an ACD call.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>TIA.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>******************************************* </span><span style='color:#1F497D'><br></span><b><span style='font-family:"Arial","sans-serif";color:black'>Brett Wilson</span></b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'><br><b>IT Department</b><br><b>Launch 3 Ventures, LLC</b> <br>134 Myer Street <br>Hackensack, NJ 07601 <br><b>Phone:</b> 877.878.9134<br><b>Fax:</b> 646.536.3866 <br><b>Email:</b> <a href="mailto:Brett.Wilson@launch3.net"><span style='color:blue'>Brett.Wilson@launch3.net</span></a><br><b>AOL IM:</b> <a href="mailto:Brett.Wilson@launch3.net"><span style='color:blue'>Brett.Wilson@launch3.net</span></a><br></span><span style='color:#1F497D'><a href="http://www.launch3.net/"><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:blue'>www.Launch3.net</span></a></span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'> <br><u><a href="http://www.launch3telecom.com/"><span style='color:blue'>www.Launch3telecom.com</span></a></u> <br>******************************************* <br></span><a href="http://launch3telecom.blogspot.com/"><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:blue;text-decoration:none'><img border=0 width=32 height=32 id="Picture_x0020_1" src="cid:image001.png@01CD7EF4.A8AF8E90" alt="Description: Description: Description: Blogger-logo"></span></a><a href="http://www.facebook.com/pages/Launch-3-Telecom/165610820178720"><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:blue;text-decoration:none'><img border=0 width=32 height=32 id="Picture_x0020_2" src="cid:image002.png@01CD7EF4.A8AF8E90" alt="Description: Description: Description: FaceBook-Logo"></span></a><a href="https://twitter.com/launch3telecom"><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:blue;text-decoration:none'><img border=0 width=32 height=32 id="Picture_x0020_3" src="cid:image003.png@01CD7EF4.A8AF8E90" alt="Description: Description: Description: Twitter-Logo"></span></a><a href="https://plus.google.com/102713212642017290959"><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:blue;text-decoration:none'><img border=0 width=32 height=32 id="Picture_x0020_4" src="cid:image004.png@01CD7EF4.A8AF8E90" alt="Description: Description: Description: GPlus-Logo"></span></a><span style='color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>