<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 29, 2016 at 8:15 AM, Abaci B <span dir="ltr">&lt;<a href="mailto:abaci64@gmail.com" target="_blank">abaci64@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"><div dir="ltr"><div>I don&#39;t see in your example above where you have a return &quot;exit&quot; in your hangup hook function</div><div>see <a href="https://freeswitch.org/jira/browse/FS-3841" target="_blank">https://freeswitch.org/jira/browse/FS-3841</a></div><div>seems like the &quot;exit&quot; or &quot;die&quot; needs to be returned directly from the hanguphook function so try from that function (not cleanup function) to return &quot;exit&quot; or &quot;dye&quot;, also it seems </div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 29, 2016 at 10:53 AM, Abaci B <span dir="ltr">&lt;<a href="mailto:abaci64@gmail.com" target="_blank">abaci64@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"><div dir="ltr">That&#39;s exactly what I noticed, it breaks out of the current function, why not open a Jira? I don&#39;t think it&#39;s supposed to behave this way.</div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 29, 2016 at 1:37 AM, Andrew Keil <span dir="ltr">&lt;<a href="mailto:andrew.keil@visytel.com" target="_blank">andrew.keil@visytel.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-AU" vlink="purple" link="blue">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Thanks for your response.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">I have gone through these with no luck.   Like I said the session:destroy(“…”) crashes FreeSWITCH, which is therefore off the list.  The rest simply
 interrupt the current function and do no end the script.</span></p></div></div></blockquote></div></div></div></div></blockquote></div></div></div></div></blockquote><div><br></div><div>I was not able to get session:destroy() to crash freeswitch using latest 1.7. However, it does not appear you need to explicitly destroy the session. I suggest doing what Abaci recommends with the &#39;return &quot;exit&quot;&#39; at the end of myHangupHook right after the call to CleanUp().</div><div><br></div><div>-MC</div></div></div></div>