You may want to capture the who call with media as well, just in case. I recommend one of the packet capture tools listed here:<br><a href="http://wiki.freeswitch.org/wiki/Packet_Capture">http://wiki.freeswitch.org/wiki/Packet_Capture</a><br>
<br>Use wireshark to analyze the call. It will show you the whole call broken down into a nice call flow graph and you can see if one side or the other sent a BYE. Usually there&#39;s a reason listed in the BYE as to why the client is hanging up. If not you can go back to the console log and look for clues there. If you need help then go ahead and put your logs into a pastebin and post the URL in this thread.<br>
<br>-MC<br><br><div class="gmail_quote">On Tue, May 1, 2012 at 10:11 AM, George Sapak <span dir="ltr">&lt;<a href="mailto:sat@calgaryit.com" target="_blank">sat@calgaryit.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Still having issue with hangup:<br>
<br>
FreeSWITCH Version 1.1.beta1 (git-5e5a2ff 2012-04-23 07-50-57 -0500)<br>
<br>
I have set the waste resources:<br>
<br>
&lt;action application=&quot;hash&quot; data=&quot;insert/${domain_name}-last_dial/${called_party_callgroup}/${uuid}&quot;/&gt;<br>
        &lt;action application=&quot;bridge&quot; data=&quot;user/${dialed_extension}@${domain_name}&quot;/&gt;<br>
        &lt;action application=&quot;answer&quot;/&gt;<br>
        &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;record_waste_resources=true&quot;/&gt;<br>
        &lt;action application=&quot;bridge&quot; data=&quot;loopback/app=voicemail:default ${domain_name} ${dialed_extension}&quot;/&gt;<br>
<br>
Thank You, George.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
</blockquote></div><br>