As the subject says, I&#39;m having issues setting the caller id name and number on an inbound call when doing some cleanups and a lookup. These dialplans are based on what information is listed for Mod_callcenter, and I have a feeling that they are wrong. I&#39;ll volunteer myself to change them if they are.<div>
<br></div><div>Alright, so here&#39;s the dialplan:</div><div><br></div><div><div>    &lt;extension name=&quot;cid_number_cleanup&quot; continue=&quot;true&quot;&gt;</div><div>      &lt;condition field=&quot;caller_id_number&quot; expression=&quot;^(?:\+)(\d+)$&quot;&gt;</div>
<div>        &lt;action application=&quot;set&quot; data=&quot;caller_id_number=$1&quot; inline=&quot;true&quot;/&gt;</div><div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div><div><br></div><div>    &lt;extension name=&quot;cid_name_cleanup&quot; continue=&quot;true&quot;&gt;</div>
<div>      &lt;condition field=&quot;caller_id_name&quot; expression=&quot;^(?:\+)(\d+)$&quot;&gt;</div><div>        &lt;action application=&quot;set&quot; data=&quot;caller_id_name=$1&quot; inline=&quot;true&quot;/&gt;</div>
<div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div><div><br></div><div>    &lt;extension name=&quot;cid_lookup-country_code_1&quot; continue=&quot;true&quot;&gt;</div><div>      &lt;condition field=&quot;${module_exists(mod_cidlookup)}&quot; expression=&quot;true&quot;/&gt;</div>
<div>      &lt;condition field=&quot;caller_id_name&quot; expression=&quot;^${caller_id_number}$|^$&quot;/&gt;</div><div>      &lt;condition field=&quot;caller_id_number&quot; expression=&quot;^(?:/+1)?([2-9]\d\d[2-9]\d{6})$&quot;&gt;</div>
<div>        &lt;action application=&quot;cidlookup&quot; data=&quot;$1&quot;/&gt;</div><div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div><div><br></div><div>Call log here: <a href="http://pastebin.freeswitch.org/18786">http://pastebin.freeswitch.org/18786</a></div>
<div><br></div><div>I&#39;ve tried setting the effective_caller_id_(name/number) but no luck there. Is there something I&#39;m doing wrong here?</div><div><br></div><div>-BDF</div><div><div><br></div>-- <br>Brian D. Foster<br>
Endigo Computer LLC<br>Email: <a href="mailto:bdfoster@endigotech.com" target="_blank">bdfoster@endigotech.com</a><br>Phone: 317-800-7876<br>Indianapolis, Indiana, USA<br><br>This message contains confidential information and is intended for those listed in the &quot;To:&quot;, &quot;CC:&quot;, and/or &quot;BCC:&quot; fields of the message header. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.<br>
<br>
</div></div>