<br><br><div class="gmail_quote">On Wed, Feb 3, 2010 at 7:35 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="im">On Wed, Feb 3, 2010 at 1:12 AM, Nagalenoj H. <span dir="ltr">&lt;<a href="mailto:nagalenoj@gmail.com" target="_blank">nagalenoj@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I&#39;ve used intercept application instead of uuid_bridge. I got the call bridged with the given uuid. But, similar to uuid_bridge, A leg is getting disconnected when B leg terminates.<br>I&#39;ve did the same steps posted above, but used intercept instead of uuid_bridge. Am I right?!<br>


<br>Tried using the hangup_after_bridge=false, but didn&#39;t see any difference.<div><br></div></blockquote></div><div> Are you on the latest SVN of FreeSWITCH? Be sure to &quot;make current&quot; and try again. If the issue remains then capture a complete debug log of the call from start to finish and also pastebin your script so others can test and analyze.<br>

-MC<br><br></div></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>I&#39;ve updated to latest SVN. Now, the version is &#39;FreeSWITCH Version 1.0.trunk (16565)&#39;. <br>I tested intercept in this version and the problem persists here.<br><br>Freeswitch debug log:<br>
     <a href="http://pastebin.freeswitch.org/12043">http://pastebin.freeswitch.org/12043</a><br><br clear="all">Script:<br>     Not done any scripts, tested through nc command. Used the following commands,<br><br>sendmsg<br>
call-command: execute<br>execute-app-name: answer<br><br>api originate {origination_uuid=c6d2e0e2-0b2f-11df-9e84-fb15c3cd8565}user/1001 &amp;park<br><br>sendmsg<br>call-command: execute<br>execute-app-name:intercept<br>execute-app-arg: c6d2e0e2-0b2f-11df-9e84-fb15c3cd8565<br>
<br>Steps:<br>* Make a call to the socket extension.<br>* Answer the call.<br>* Originate a call and park it.<br>* Intercept the originated call&#39;s uuid.<br>* Disconnect the &#39;B&#39; leg.<br>* You will notice the &#39;A&#39; leg is also getting disconnected.<br>
-- <br>Regards,<br>Nagalenoj H.<br>