<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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; 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></font></blockquote><div><br>It depends on what you are trying to accomplish, but the closest thing you&#39;ll find in FS to the &#39;h&#39; extension is the channel variable api_hangup_hook which lets you launch an API at the end of the call. It sounds like you are working on CDR processing. Please tell us more about your application and we&#39;ll do our best to offer advice.<br>
-MC<br><br></div></div>