Get a complete, unedited, unabridged console debug log w/ siptrace and put it on pastebin w/ &quot;FreeSWITCH Log&quot; for the syntax highlighting. Use &quot;sofia global siptrace on&quot; to make sure you can all SIP traffic.<br>
<br>-MC<br><br><div class="gmail_quote">On Mon, Jun 27, 2011 at 6:05 AM, Max Alex <span dir="ltr">&lt;<a href="mailto:max.asterisk@gmail.com">max.asterisk@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>Thanks for reply,<br>I have tried the same way and reloaded freeswitch, but still it is answered on first ring of the call.<br>When it is ringing the call on 1001 and the same time it is answered on cell phone, so something is done when it is ringing on 1001.<br>

<br>Here is the dialplan for the same<br><br>    &lt;extension name=&quot;Local_Extension&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(10[01][0-9])$&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;bind_meta_app&quot; data=&quot;2 b s record_session::$${recordings_dir}/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav&quot;/&gt;<br>

        &lt;action application=&quot;bind_meta_app&quot; data=&quot;3 b s execute_extension::cf XML features&quot;/&gt;--&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;ringback=${us-ring}&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;call_timeout=30&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;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;<div class="im"><br>       &lt;action application=&quot;bridge&quot; data=&quot;{ignore_early_media=true}user/${dialed_extension}@${domain_name}&quot;/&gt;<br>
</div>
       &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>        &lt;action application=&quot;voicemail&quot; data=&quot;default ${domain_name} ${dialed_extension}&quot;/&gt;<br>      &lt;/condition&gt;<br>

    &lt;/extension&gt;<br><br><br>Please help me for this issue.<div class="im"><br><br clear="all">Thanks,<br>Max Alex<br>Voip Developer<br><br>
<br><br></div><div><div></div><div class="h5"><div class="gmail_quote">On Fri, Jun 24, 2011 at 11:38 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org" target="_blank">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">
Are you using the default dialplan? I think you might just need to ignore early media on your bridge app. If you are using the default.xml file then locate &quot;Local_Extension&quot; and the bridge line:<br><br>    &lt;action application=&quot;bridge&quot; data=&quot;user/${dialed_extension}@${domain_name}&quot;/&gt;<br>


<br>Change it to this, then try again:<br><br>    &lt;action application=&quot;bridge&quot; data=&quot;{ignore_early_media=true}user/${dialed_extension}@${domain_name}&quot;/&gt;<br><br>If I understand correctly, the &quot;symptom&quot; you are experiencing is the normal operation of the bridge app (and it&#39;s cousin, the originate API command). When the b-leg sends back media, including ringing, the bridge (or the originate) will be considered &quot;successful,&quot; and in the case of bridge, the b-leg&#39;s audio (the early media) will be connected to the a-leg. If you set ignore_early_media=true then you are explicitly telling the bridge app that you only want to connect the b-leg to the a-leg if the b-leg actually answers.<br>


<br>I hope that made sense...<br><font color="#888888"><br>-MC</font><div><div></div><div><br><br><br><div class="gmail_quote">On Thu, Jun 23, 2011 at 9:32 PM, Max Alex <span dir="ltr">&lt;<a href="mailto:max.asterisk@gmail.com" target="_blank">max.asterisk@gmail.com</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">Hi,<br>Thanks for reply.<br>Current scenario is below.<br><br>PSTN call -&gt; sangoma device -&gt; freeswitch incoming context -&gt; routed to 1001 -&gt; ringing (Answered on cellphone)<br>


Here when it is routed to 1001 the call it is started ringing, but on phone that call is answered and hearding sound of ringing.<br>
<br>Required flow:<br>PSTN call -&gt; sangoma device -&gt; freeswitch incoming context -&gt; routed to 1001 -&gt; ringing (Ringing on cellphone)<br><br>I hope it is understable, the call should not be answered until 1001 answer it, right not when it is started ring it is answered on cell phone.<br>



that should not be happen as it is not answered yet.<br><br>Waiting for your reply.<div><br><br clear="all">Thanks,<br>Max Alex<br>Voip Developer<br><br>
<br><br></div><div><div></div><div><div class="gmail_quote">On Fri, Jun 24, 2011 at 5:48 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org" target="_blank">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">
I&#39;m not sure I understand the problem. What is happening vs. what you believe should be happening?<br><font color="#888888">-MC</font><div><div></div><div><br><br><div class="gmail_quote">On Thu, Jun 23, 2011 at 3:31 AM, Max Alex <span dir="ltr">&lt;<a href="mailto:max.asterisk@gmail.com" target="_blank">max.asterisk@gmail.com</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">Hi,<br>Thanks for your reply.<br>Here is my configuration and log <br><a href="http://pastebin.freeswitch.org/16571" target="_blank">http://pastebin.freeswitch.org/16571</a><br>




<br>I am using A200 analog sangoma device with freeswitch, it is working fine but when it is routing call to 1001 then it is answered.<br>
Please provider your suggestions.<br><br clear="all">Thanks,<br><font color="#888888">Max Alex<br>Voip Developer</font><div><div></div><div><br><br>
<br><br><div class="gmail_quote">On Wed, Jun 22, 2011 at 8:51 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org" target="_blank">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">





I thought the A200 was an analog card? Maybe I have my numbers mixed up...<div><br></div><div>Go ahead and collect a debug log of this call. It might help to have your configs posted as well. Use <a href="http://pastebin.freeswitch.org" target="_blank">pastebin.freeswitch.org</a>. See this wiki article for tips on how to collect information:</div>






<div><a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs" target="_blank">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a></div><div><br></div><div>-MC<br><br><div class="gmail_quote"><div><div></div><div>
On Wed, Jun 22, 2011 at 3:23 AM, Max Alex <span dir="ltr">&lt;<a href="mailto:max.asterisk@gmail.com" target="_blank">max.asterisk@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>Hi,<br>I have installed freeswitch latest version with sangoma card A200 as well,<br>





I have installed and configured freetdm module with wanpipe drivers for freeswitch,<br>
We are properly receiving the inbound calls in public context and then we are routing that call to 1001 extension,<br>
it is properly routing to 1001 as well, but we have one issue while routing on 1001.<br><br>Here is the issue description.<br>I am calling from my cell phone to that DID number of pri line, and then it will start ringing on 1001 extension,<br>







When 1001 extension start ringing the call is answered on my cell phone,<br>it is something like freeswitch preanswer or autoanswer the call, how can i stop this answer call when it is ringing on 1001 extension,<br>Waiting for good reply.<br>







<br clear="all">Thanks,<br><font color="#888888">Max Alex<br><br><br>
</font><br></div></div>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
<br></blockquote></div><br><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%">
</div>
</div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>