<div dir="ltr">never use while(1) or the system exit call from your script.<br><br>replace while(1) with while(session.ready())<br><br><br><br><div class="gmail_quote">On Sun, Aug 24, 2008 at 9:21 PM, Marc Orenberg <span dir="ltr">&lt;<a href="mailto:marc@kasteris.com">marc@kasteris.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;"><div><div style="font-family: Courier New,courier,monaco,monospace,sans-serif; font-size: 10pt;">
<div>When I use the Python function sys.exit() in the hangup callback function, it immediately causes the FreeSwitch application to stop running. But I need to somehow stop the Python script from running in this situation.</div>

<div>&nbsp;</div>
<div>Here is a simple example:</div>
<div>&nbsp;</div>
<div><font color="#0000bf">&nbsp;&nbsp;&nbsp;&nbsp; def hangup_hook(session, what):<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; print(&quot;info&quot;,&quot;Hangup hook for&nbsp; %s!!\n\n&quot; % what)<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; sys.exit()</font></div>
<div><font color="#0000bf">&nbsp;&nbsp;&nbsp;&nbsp; </font></div>
<div><font color="#0000bf">&nbsp;&nbsp;&nbsp;&nbsp; def handler(session, args):<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; session.answer()<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; session.setHangupHook(hangup_hook)<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; while(1):<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session.streamFile(PROMPTS_DIR + &quot;ThanksForCalling.wav&quot;)<br>
</font></div>
<div>The above script simply plays &quot;Thanks for calling&quot; over and over. If I hang-up, FreeSwitch dies. If I remove the sys.exit(), it will return from hangup_hook and continue trying to play the prompt forever.</div>

<div>&nbsp;</div>
<div>Thanks for your help.</div>
<div>&nbsp;</div>
<div>&nbsp;</div></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><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
</div>