You should be able to handle hangups in one of two ways:<div>1) Register a hangup handler in your script or dialplan. This will execute a script on the hangup of the call.</div><div>2) Use the Event Socket Layer(ESL) to listen to hangup events and then perform your actions there.</div>
<div><br></div><div>You can find more about these options in the wiki.<br><br><div class="gmail_quote">On Wed, Sep 9, 2009 at 10:16 PM, Ahmed Munir <span dir="ltr">&lt;<a href="mailto:ahmedmunir007@gmail.com">ahmedmunir007@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">HI,<br><br>I&#39;m newbie in FS, I want to know how to implement h extension of asterisk to FS. As I listed down below;<br>
<br>h =&gt;<br>    {<br>        NOOP(&quot;Call Completed with Carrier ${CARRIER}&quot;);<br>        goto add_cdr|h|1;<br>
    };<br><br>My other question is, which application/function/class is use in mod_perl to check the channel status? i.e. busy, answer,hangup,ringing,etc.<br clear="all"><br><br>Kindly advice me soon.<br><br>-- <br>Regards,<br>
<font color="#888888">
<br>Ahmed Munir<br><br><br>
</font><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>