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><extension name="1001"> <br> <condition field="destination_number" expression="1001"><br>
<action application="managed" data="FreeSWITCH.Demo.AppDemo"/><br> </condition> <br> </extension> <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>