Hi there,<br><br>I am looking at the FreeSWITCH.Demo.AppDemo class. Have it running nicely from a soft phone - all is well.<br><br>However I am not seeing the hangupHook() method fired, when I hangup.<br><br>Debug log for an example call is at: <a href="http://pastebin.freeswitch.org/9744">http://pastebin.freeswitch.org/9744</a><br>
<br>Reminder of demo code is here: <a href="http://pastebin.freeswitch.org/9745">http://pastebin.freeswitch.org/9745</a><br><br>dialplan.xml is simply:<br><br>&lt;extension name=&quot;1001&quot;&gt; <br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;1001&quot;&gt;<br>
     &lt;action application=&quot;managed&quot; data=&quot;FreeSWITCH.Demo.AppDemo&quot;/&gt;<br>    &lt;/condition&gt; <br> &lt;/extension&gt; <br><br>Are there changes to the demo required to get this method firing?<br>
<br><br>Any help much appreciated.<br><br><br>Phillip Jones<br>