[Freeswitch-users] Implementing h extension in FS

Josh Rivers josh at radianttiger.com
Wed Sep 9 22:44:33 PDT 2009


You should be able to handle hangups in one of two ways:1) Register a hangup
handler in your script or dialplan. This will execute a script on the hangup
of the call.
2) Use the Event Socket Layer(ESL) to listen to hangup events and then
perform your actions there.

You can find more about these options in the wiki.

On Wed, Sep 9, 2009 at 10:16 PM, Ahmed Munir <ahmedmunir007 at gmail.com>wrote:

> HI,
>
> I'm newbie in FS, I want to know how to implement h extension of asterisk
> to FS. As I listed down below;
>
> h =>
>     {
>         NOOP("Call Completed with Carrier ${CARRIER}");
>         goto add_cdr|h|1;
>     };
>
> 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.
>
>
> Kindly advice me soon.
>
> --
> Regards,
>
> Ahmed Munir
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090909/151479f9/attachment-0002.html 


More information about the FreeSWITCH-users mailing list