okay, i'm out of ideas, other than to ask... why are you doing this in a script and not the dialplan?<div>-MC<br><br><div class="gmail_quote">On Tue, Aug 2, 2011 at 4:26 PM, Sam <span dir="ltr"><<a href="mailto:lakersman2006@yahoo.com">lakersman2006@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt">
<div><span>No, still same behavior.<br></span></div><div><br></div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family:times new roman, new york, times, serif;font-size:12pt">
<font size="2" face="Arial"><div class="im"><hr size="1"><b><span style="font-weight:bold">From:</span></b> Michael Collins <<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>><br><b><span style="font-weight:bold">To:</span></b> FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>
</div><b><span style="font-weight:bold">Sent:</span></b> Tuesday, August 2, 2011 3:56 PM<div><div></div><div class="h5"><br><b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] (no subject)<br></div>
</div></font><div><div></div><div class="h5"><br><div>One last thing... put this as the last line of your script:<div><br></div><div>1;</div><div><br></div><div>In other words, end
it with w "true" value. I saw that on the wiki, and as you know, wikis are NEVER wrong. :P</div>
<div><br></div><div>-MC<br><div><br><div>On Tue, Aug 2, 2011 at 3:48 PM, Sam <span dir="ltr"><<a rel="nofollow" href="mailto:lakersman2006@yahoo.com" target="_blank">lakersman2006@yahoo.com</a>></span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>I made the corrections you suggested in my code, but still the same behavior. The bridge app seems to be in some type of internal loop and it does not end.<br>
</span></div><div><br></div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2" face="Arial"><div>
<hr size="1"><b><span style="font-weight:bold">From:</span></b> Michael Collins <<a rel="nofollow" href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>><br><b><span style="font-weight:bold">To:</span></b> FreeSWITCH Users Help <<a rel="nofollow" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>
</div><b><span style="font-weight:bold">Sent:</span></b> Tuesday, August 2, 2011 3:14 PM<div><div></div><div><br><b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] (no subject)<br></div>
</div></font><div><div></div><div><br><div>Just a thought... try adding another "breakout" for your loop...<div><br></div><div><span style="font-size:16px;background-color:rgb(255, 255, 255)"><div><font face="'courier new', monospace">#!/usr/bin/perl -w</font></div>
<div><font face="'courier new', monospace"><br>our $session;<br><br>my $ringback_tone = "%(2000,4000,440,480)"; #US RINGBACK TONE</font></div><div><font face="'courier new', monospace">my $end_call = 0;<br>
if ( $session->ready() && !$end_call ) <br>{ <br> #set bridge settings<br> $session->execute("set", "ringback=$ringback_tone"); #set the ringback tone type<br> $session->execute("set", "instant_ringback=true"); #set to ring instantly<br>
$session->execute("set", "ignore_early_media=false"); #set to NOT ignore early media<br> $session->execute("set", "call_timeout=20"); #only works if "ignore_early_media=true"<br>
$session->execute("set", "bridge_answer_timeout=20"); <br> $session->execute("set", "progress_timeout=15");<br>
$session->execute("set", "continue_on_fail=false");<br> $session->execute("set", "hangup_after_bridge=true"); <br> $session->execute("set", "bridge_pre_execute_bleg_app=info"); <br>
$session->execute("bridge", "sofia/gateway/carrier1/5214498052059");<br></font><font face="'courier new', monospace"> $session->hangup();<br> $end_call = 1; </font></div>
<div><font face="'courier new', monospace">}</font></div><div></div><div></div><div><font face="'courier new', monospace"><br></font></div></span><div>Also, I don't know if it was a typo or not, but you had this:</div>
<div><br></div><div>if ($session->ready ())</div><div><br></div><div>as opposed to </div><div><br></div><div>if ($session->ready())</div><div><br></div><div>Make sure that you fix that before testing further. :)</div>
<div><br></div><div>-MC</div><br><div>On Tue, Aug 2, 2011 at 1:38 PM, Sam <span dir="ltr"><<a rel="nofollow" href="mailto:lakersman2006@yahoo.com" target="_blank">lakersman2006@yahoo.com</a>></span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>In the pastebin, that was only 1 single call that was executed with the bridge app. The issue is that once the call channel is shutdown, a new channel gets created even though the call should be hung up. And I have noticed that this occurs when I leave out $session->answer(); in the beginning of the script. I was told by someone else on the mailing list to leave out </span><span>$session->answer(); since the call has already been answered by the dialplan.<br>
</span></div><div><br></div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2" face="Arial"><div>
<hr size="1"><b><span style="font-weight:bold">From:</span></b> Michael Collins <<a rel="nofollow" href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>><br><b><span style="font-weight:bold">To:</span></b> FreeSWITCH Users Help <<a rel="nofollow" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>
</div><b><span style="font-weight:bold">Sent:</span></b> Tuesday, August 2, 2011 1:29 PM<div><div></div><div><br><b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] (no subject)<br></div>
</div></font><div><div></div><div><br><div>In your pastebin of the call log, how many different calls was that? I saw like 4 incoming calls, however I couldn't specifically see the issue you were experiencing. Can you look at your log and see if you can isolate the approximate log lines where the issue is occurring?<div>
<br></div><div>-MC<br><br><div>On Tue, Aug 2, 2011 at 1:19 PM, Sam <span dir="ltr"><<a rel="nofollow" href="mailto:lakersman2006@yahoo.com" target="_blank">lakersman2006@yahoo.com</a>></span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Here is my dialplan, pretty straight forward.</span></div><div><br><span></span></div><div>
<span><extension name="public_did"><br>
<condition field="destination_number" expression="^(\d{11})|(\d{10})$"><br> <action application="perl" data="/usr/local/freeswitch/scripts/<a rel="nofollow" href="http://test2.pl" target="_blank">test2.pl</a>"/><br>
</condition><br> </extension></span></div><div><br></div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family:times new roman, new york, times, serif;font-size:12pt">
<font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold">From:</span></b> Michael Collins <<a rel="nofollow" href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>><br><b><span style="font-weight:bold">To:</span></b> FreeSWITCH Users Help
<<a rel="nofollow" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br><b><span style="font-weight:bold">Sent:</span></b> Tuesday, August 2, 2011 1:08 PM<br>
<b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-users] (no subject)<br>
</font><div><div></div><div><br><div><br><br><div>On Tue, Aug 2, 2011 at 12:30 PM, Sam <span dir="ltr"><<a rel="nofollow" href="mailto:lakersman2006@yahoo.com" target="_blank">lakersman2006@yahoo.com</a>></span> wrote:<br>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>MC,</span></div><div><br><span></span></div><div><span>Here is the link to the console/ sip trace log <a rel="nofollow" href="http://pastebin.freeswitch.org/16945" target="_blank">http://pastebin.freeswitch.org/16945</a></span></div>
<div><br></div></div></div></blockquote><div><br></div><div>Not sure what is happening. Pastebin the dialplan extension(s) that handle this call. Something interesting must be going on.</div><div><br></div><div>-MC </div>
</div>
</div><br></div></div>_______________________________________________<br>Join us at ClueCon 2011, Aug 9-11, Chicago<br><a rel="nofollow" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>FreeSWITCH-users mailing list<br>
<a rel="nofollow" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a rel="nofollow" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br><br></div></div></div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a rel="nofollow" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a rel="nofollow" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" 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 rel="nofollow" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br><br>FreeSWITCH-users mailing list<br>
<a rel="nofollow" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a rel="nofollow" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br><br></div></div></div></div></div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a rel="nofollow" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a rel="nofollow" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" 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 rel="nofollow" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br><br>FreeSWITCH-users mailing list<br>
<a rel="nofollow" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a rel="nofollow" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br><br></div></div></div></div></div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a rel="nofollow" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a rel="nofollow" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a rel="nofollow" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></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><br></div></div></div></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">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>