It looks like the Nortel is still hanging up on you. For kicks, try using export instead of set on this line before the bridge:<br><br>&lt;action application=&quot;export&quot; data=&quot;record_waste_resources=true&quot;/&gt;<br>
<br>I&#39;m wonder if maybe the flag isn&#39;t getting set on the right leg.<br>-MC<br><br><div class="gmail_quote">On Wed, May 2, 2012 at 6:41 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">Here is the pastebin:<br>
<br>
<a href="http://pastebin.freeswitch.org/18969" target="_blank">http://pastebin.freeswitch.org/18969</a><br>
<br>
Thank You,<br>
George<br>
<br>
----- Original Message -----<br>
From: &quot;Michael Collins&quot; &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>
To: &quot;FreeSWITCH Users Help&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Sent: Tuesday, May 1, 2012 12:13:59 PM<br>
Subject: Re: [Freeswitch-users] Voicemail hangups 38 sec into recording<br>
<br>
<br>
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" target="_blank">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>
<br>
On Tue, May 1, 2012 at 10:11 AM, George Sapak &lt; <a href="mailto:sat@calgaryit.com">sat@calgaryit.com</a> &gt; wrote:<br>
<br>
<br>
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></blockquote><br></div><br>