Are you using digest authentication or ACL? Get a console debug log and drop it onto <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a>.<br>-MC<br><br><div class="gmail_quote">On Tue, Jun 26, 2012 at 11:27 AM, mbo <span dir="ltr">&lt;<a href="mailto:mbodbg@gmx.net" target="_blank">mbodbg@gmx.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I&#39;ve configured the following sip extension :<br>
<br>
 &lt;user id=&quot;1005&quot;&gt;<br>
    &lt;params&gt;<br>
      &lt;param name=&quot;password&quot; value=&quot;$${default_password}&quot;/&gt;<br>
      &lt;param name=&quot;vm-password&quot; value=&quot;1005&quot;/&gt;<br>
    &lt;/params&gt;<br>
    &lt;variables&gt;<br>
      &lt;variable name=&quot;effective_caller_id_name&quot; value=&quot;0221123456789&quot;/&gt;<br>
      &lt;variable name=&quot;effective_caller_id_number&quot; value=&quot;02212345679&quot; /&gt;<br>
      &lt;variable name=&quot;outbound_caller_id_name&quot; value=&quot;02212345679&quot;/&gt;<br>
      &lt;variable name=&quot;outbound_caller_id_number&quot; value=&quot;02212345679&quot;/&gt;<br>
      &lt;variable name=&quot;user_context&quot; value=&quot;sipoutbound&quot;/&gt;<br>
    &lt;/variables&gt;<br>
  &lt;/user&gt;<br>
<br>
When I&#39;m dialing out from my sip client, the variables effective_caller_id_number and outbound_caller_id_number are not set.<br>
<br>
 &lt;context name=&quot;sipoutbound&quot;&gt;<br>
         &lt;extension name=&quot;socket&quot;&gt;<br>
                &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{5,20})$&quot;&gt;<br>
                        &lt;action application=&quot;set&quot; data=&quot;calltype=OUTBOUND&quot; /&gt;<br>
                        &lt;action application=&quot;log&quot; data=&quot;CRIT effective_caller_id_number ${effective_caller_id_number}&quot;/&gt;<br>
                        &lt;action application=&quot;log&quot; data=&quot;CRIT outbound_caller_id_number ${outbound_caller_id_number}&quot;/&gt;<br>
                        &lt;action application=&quot;socket&quot; data=&quot;<a href="http://192.168.1.185:8025" target="_blank">192.168.1.185:8025</a> async full&quot; /&gt;<br>
                        &lt;action application=&quot;log&quot; data=&quot;DEBUG Back from Socket&quot;/&gt;<br>
                &lt;/condition&gt;<br>
        &lt;/extension&gt;<br>
  &lt;/context&gt;<br>
<br>
<br>
should&#39;t the variables be see with that configuration?<br>
<br>
Thanks<br>
<br>
Markus<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">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>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">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>