No, you can&#39;t do this because the session you are checking is &quot;gone&quot; as soon as the call leg is disconnected. You are better off using a hangup hook or an event socket application if you need to get that value in realtime. Dialplan scripts are good for connecting endpoints and doing simple logic but they are absolutely not what you want for doing any kind of billing or reporting.<div>
<br></div><div>-MC<br><br><div class="gmail_quote">On Sat, Aug 13, 2011 at 2:46 AM, Mi Ke <span dir="ltr">&lt;<a href="mailto:mi.ke@null.net">mi.ke@null.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<span style="font-family:Verdana"><span style="font-size:12px">Hi All,<br> 
<br> 
Is there any way to get a real disconnection cause for leg B in the following script ?<br> 
<br> 
<br> 
if (session_a:ready() and session_b:ready()) then<br> 
<div> 
           <br> 
           freeswitch.bridge(session_a,session_b)<br> 
        <br> 
           -- session_b gets disconnect here ...<br> 
           </div> 
<div> 
           local session_b_hangup_cause = session_b:hangupCause()<br> 
        <br> 
        <br> 
        <br> 
        session_b_hangup_cause is always &quot;SUCCESS&quot; after debridging while log and CDR shows correct value - can get it to my script ?<br> 
        <br> 
        Thanks / Mike</div> 
<div> 
         </div> 
<div> 
         </div> 
</span></span>
<br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
<br></blockquote></div><br></div>