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"><<a href="mailto:mbodbg@gmx.net" target="_blank">mbodbg@gmx.net</a>></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've configured the following sip extension :<br>
<br>
<user id="1005"><br>
<params><br>
<param name="password" value="$${default_password}"/><br>
<param name="vm-password" value="1005"/><br>
</params><br>
<variables><br>
<variable name="effective_caller_id_name" value="0221123456789"/><br>
<variable name="effective_caller_id_number" value="02212345679" /><br>
<variable name="outbound_caller_id_name" value="02212345679"/><br>
<variable name="outbound_caller_id_number" value="02212345679"/><br>
<variable name="user_context" value="sipoutbound"/><br>
</variables><br>
</user><br>
<br>
When I'm dialing out from my sip client, the variables effective_caller_id_number and outbound_caller_id_number are not set.<br>
<br>
<context name="sipoutbound"><br>
<extension name="socket"><br>
<condition field="destination_number" expression="^(\d{5,20})$"><br>
<action application="set" data="calltype=OUTBOUND" /><br>
<action application="log" data="CRIT effective_caller_id_number ${effective_caller_id_number}"/><br>
<action application="log" data="CRIT outbound_caller_id_number ${outbound_caller_id_number}"/><br>
<action application="socket" data="<a href="http://192.168.1.185:8025" target="_blank">192.168.1.185:8025</a> async full" /><br>
<action application="log" data="DEBUG Back from Socket"/><br>
</condition><br>
</extension><br>
</context><br>
<br>
<br>
should'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>