I could see to registered extensions:-<br><br><br>sofia status profile internal reg<br><br>Registrations:<br>=================================================================================================<br>Call-ID:        ea5466005648d71f<br>
User:           2075@x.x.x.x<br>Contact:        2075 &lt;sip:2075@x.x.x.x:9061;fs_nat=yes&gt;<br>Agent:          eyeBeam release 3007n stamp 17816<br>Status:         Registered(AUTO-NAT)(unknown) EXP(2011-02-03 08:46:39) EXPSECS(68)<br>
Host:           MediaServer<br>IP:            x.x.x.x<br>Port:           9061<br>Auth-User:      2075<br>Auth-Realm:     x.x.x.x<br>MWI-Account:    2075@voicemail<br><br>Call-ID:        ZDRkZGYyOTg0ODBhN2IwNDcyMGQzMjhhYmJiZWI5ZjM.<br>
User:           2099@x.x.x.x<br>Contact:        &quot;2099&quot; &lt;sip:2099@x.x.x.x:33741;rinstance=540b77d0000a0bb4;fs_nat=yes&gt;<br>Agent:          X-Lite 4 release 4.0 stamp 58832<br>Status:         Registered(AUTO-NAT)(unknown) EXP(2011-02-03 08:46:59) EXPSECS(88)<br>
Host:           MediaServer<br>IP:             x.x.x.x<br>Port:           33741<br>Auth-User:      2099<br>Auth-Realm:     x.x.x.x<br>MWI-Account:    2099@voicemail<br><br>Total items returned: 2<br>=================================================================================================<br>
<br><br><div class="gmail_quote">On Wed, Feb 2, 2011 at 11:23 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Turn on console debug level output (default in fs_cli) and make the test call. Pastebin the output. Most likely the call is not being authorized because you are letting it in via an ACL or something like that.<div><br></div>

<div>-MC<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Wed, Feb 2, 2011 at 1:55 AM, Sam <span dir="ltr">&lt;<a href="mailto:u2nsam@gmail.com" target="_blank">u2nsam@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">
I have defined a user as :<br><br>&lt;user id=&quot;2099&quot;&gt;<br>      &lt;params&gt;<br>        &lt;param name=&quot;password&quot; value=&quot;1234&quot;/&gt;<br>        &lt;param name=&quot;dial-string&quot; value=&quot;{presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(${dialed_user}@${dialed_domain})}&quot;/&gt;<br>


        &lt;param name=&quot;mwi-account&quot; value=&quot;2099@voicemail&quot;/&gt;<br>        &lt;param name=&quot;vm-password&quot; value=&quot;1234&quot;/&gt;<br>        &lt;param name=&quot;vm-email-all-messages&quot; value=&quot;true&quot;/&gt;<br>


        &lt;!--param name=&quot;vm-attach-file&quot; value=&quot;true&quot;/--&gt;<br>        &lt;!--param name=&quot;vm-mailto&quot;  value=&quot;&quot;/--&gt;<br>      &lt;/params&gt;<br>      &lt;variables&gt;<br>        &lt;variable name=&quot;user_context&quot; value=&quot;inter&quot;/&gt;<br>


        &lt;variable name=&quot;force_transfer_context&quot; value=&quot;inter&quot;/&gt;<br>        &lt;variable name=&quot;accountcode&quot; value=&quot;2099&quot;/&gt;<br>        &lt;variable name=&quot;internal_caller_id_name&quot; value=&quot;2099&quot;/&gt;<br>


        &lt;variable name=&quot;internal_caller_id_number&quot; value=&quot;2099&quot;/&gt;<br>        &lt;variable name=&quot;callgroup&quot; value=&quot;1&quot;/&gt;<br>        &lt;variable name=&quot;sip-force-contact&quot; value=&quot;NDLB-connectile-dysfunction&quot;/&gt;<br>


      &lt;/variables&gt;<br><br><br>and in the dialplan i have <br><br>&lt;context name=&quot;inter&quot;&gt;<br><br>&lt;extension name=&quot;2099&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(2099)&quot;&gt;<br>


      &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;dialed_extension=$1&quot;/&gt;<br>            &lt;action application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/&gt;<br>


            &lt;action application=&quot;set&quot; data=&quot;transfer_ringback=$${hold_music}&quot;/&gt;<br>            &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>            &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>


            &lt;action application=&quot;hash&quot; data=&quot;insert/${domain_name}-call_return/${dialed_extension}/${caller_id_number}&quot;/&gt;<br>            &lt;action application=&quot;hash&quot; data=&quot;insert/${domain_name}-last_dial_ext/${dialed_extension}/${uuid}&quot;/&gt;<br>


            &lt;action application=&quot;hash&quot; data=&quot;insert/${domain_name}-last_dial_ext/${called_party_callgroup}/${uuid}&quot;/&gt;<br>            &lt;action application=&quot;hash&quot; data=&quot;insert/${domain_name}-last_dial_ext/global/${uuid}&quot;/&gt;<br>


            &lt;action application=&quot;set&quot; data=&quot;called_party_callgroup=${user_data(${dialed_extension}@${domain_name} var callgroup)}&quot;/&gt;<br>            &lt;action application=&quot;hash&quot; data=&quot;insert/${domain_name}-last_dial/${called_party_callgroup}/${uuid}&quot;/&gt;<br>


            &lt;action application=&quot;bridge&quot; data=&quot;{sip_invite_domain=$${domain}}user/${dialed_extension}@${domain_name}&quot;/&gt;<br>    &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br>&lt;/context&gt;<br>


<br><br>Now extension 2075 is also made on above lines in the same context for user and dialplan, here the call when initiated from 2075 to 2099 searches for context public instead of context inter<br><br>mod_dialplan_xml.c:331 Processing 2075 &lt;2075&gt;-&gt;2099 in context public<br>


<br>any reason why ?<br><br>Regards<br><font color="#888888">Sam<br>
</font><br></div></div>_______________________________________________<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>
<br></blockquote></div><br></div>
<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>
<br></blockquote></div><br>