<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Sorry for the excessive logs. Here is my call to originate.<br><pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><code>        var session =  ManagedSession.OriginateHandleHangup(s, dialString, ts, (y) =&gt; {
                try {
                        Log.WriteLine(<a href="http://LogLevel.Info">LogLevel.Info</a>, "Hanging UP: "+ y.GetUuid());
                        y.SetAutoHangup(true);
                        y.destroy();

                } catch( Exception ) {
                        Log.WriteLine(LogLevel.Critical, "Exception While Trying to handup");        
                }
        });</code></pre><div><br></div>My hangup callback is getting hit and I am destroying the session<div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">2012-08-28 10:49:27.296108 [INFO] switch_cpp.cpp:1227 Handing UP: e315f2e8-1fa8-4fd9-849b-f687dad8aed5</span></div><div><pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><sip:xxxxxxxxxxx@8.19.97.6><sip:xxxxxxxxxxx@8.19.97.6><sip:xxxxxxxxxxx@8.19.97.6>This is the only call on the system as it is a develpment machine and I see the call state being changed.</sip:xxxxxxxxxxx@8.19.97.6></sip:xxxxxxxxxxx@8.19.97.6></sip:xxxxxxxxxxx@8.19.97.6></pre><pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><sip:xxxxxxxxxxx@8.19.97.6><sip:xxxxxxxxxxx@8.19.97.6><sip:xxxxxxxxxxx@8.19.97.6>2012-08-28 10:49:27.296108 [DEBUG] switch_core_state_machine.c:79 sofia/external/XXXXXXXXXXX Standard REPORTING, cause: NORMAL_CLEARING
2012-08-28 10:49:27.296108 [DEBUG] switch_core_state_machine.c:682 (sofia/external/XXXXXXXXXXX) State REPORTING going to sleep
2012-08-28 10:49:27.296108 [DEBUG] switch_core_state_machine.c:407 (sofia/external/XXXXXXXXXXX) State Change CS_REPORTING -&gt; CS_DESTROY</sip:xxxxxxxxxxx@8.19.97.6></sip:xxxxxxxxxxx@8.19.97.6></sip:xxxxxxxxxxx@8.19.97.6></pre><div><br></div><div>If I call show channels after the above output it show there is a session sitting in CS_SOFT_EXEC corresponding to UUID&nbsp;<span class="Apple-style-span" style="font-family: monospace; white-space: pre; "></span><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">e315f2e8-1fa8-4fd9-849b-f687dad8aed5.</span></div><div>Is there something else I need to do to release the lock on this session to let the resources be reclaimed.</div><div><pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; ">Thanks!</span></pre><pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; ">Phillip</span></pre></div><div><br></div><div><div><br></div></div></div></body></html>