I ran into a similar problem and setting origination_caller_id name and number fixed it for me. <div><br><div><a href="http://wiki.freeswitch.org/wiki/Variable_origination_caller_id_number" target="_blank">http://wiki.freeswitch.org/wiki/Variable_origination_caller_id_number</a><br>


<div><br></div><div><br><div class="gmail_quote">On Wed, Oct 10, 2012 at 3:34 PM, D&#39;Arcy J.M. Cain <span dir="ltr">&lt;<a href="mailto:darcy@vex.net" target="_blank">darcy@vex.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have Google and the mailing list but so far no joy.  Basically all I<br>
want to do is prevent users from setting their own caller ID and name.<br>
&gt;From the mailing list I saw something like this:<br>
<br>
  &lt;user id=&quot;<a href="tel:4165551212" value="+14165551212" target="_blank">4165551212</a>&quot; mailbox=&quot;<a href="tel:4165551212" value="+14165551212" target="_blank">4165551212</a>&quot;&gt;<br>
    &lt;params&gt;<br>
      &lt;param name=&quot;password&quot; value=&quot;password&quot;/&gt;<br>
      &lt;param name=&quot;vm-password&quot; value=&quot;1234&quot;/&gt;<br>
    &lt;/params&gt;<br>
    &lt;variables&gt;<br>
      &lt;variable name=&quot;accountcode&quot; value=&quot;<a href="tel:4165551212" value="+14165551212" target="_blank">4165551212</a>&quot;/&gt;<br>
      &lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;<br>
      &lt;variable name=&quot;effective_caller_id_name&quot; value=&quot;User<br>
  Name&quot;/&gt; &lt;variable name=&quot;effective_caller_id_number&quot;<br>
  value=&quot;<a href="tel:4165551212" value="+14165551212" target="_blank">4165551212</a>&quot;/&gt; &lt;variable name=&quot;outbound_caller_id_name&quot;<br>
  value=&quot;User Name&quot;/&gt; &lt;variable name=&quot;outbound_caller_id_number&quot;<br>
  value=&quot;<a href="tel:4165551212" value="+14165551212" target="_blank">4165551212</a>&quot;/&gt; &lt;/variables&gt;<br>
  &lt;/user&gt;<br>
<br>
And in the default dialplan:<br>
<br>
&lt;include&gt;<br>
  &lt;extension name=&quot;mygateway&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^1?(\d{10})\d*$&quot;&gt;<br>
      &lt;action application=&quot;set&quot;<br>
        data=&quot;effective_caller_id_number=${outbound_caller_id_number}&quot;/&gt;<br>
      &lt;action application=&quot;set&quot;<br>
        data=&quot;effective_caller_id_name=${outbound_caller_id_name}&quot;/&gt;<br>
      &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/mygateway/$1&quot;/&gt;<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
&lt;/include&gt;<br>
<br>
But this still sends the name and ID from the VoIP adapter.  Am I<br>
missing something?<br>
<br>
Thanks for all help.<br>
<br>
--<br>
D&#39;Arcy J.M. Cain<br>
System Administrator, Vex.Net<br>
<a href="http://www.Vex.Net/" target="_blank">http://www.Vex.Net/</a> IM:darcy@Vex.Net<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div></div></div>