[Freeswitch-users] Implementing h extension in FS
Brian West
brian at freeswitch.org
Thu Sep 10 19:17:02 PDT 2009
There will NEVER be an easy way to do billing inline and we never
support such crazy because its WRONG. That said... You're not the
first to approach FreeSWITCH with an Asterisk mentality.
Billing inline = NO
Billing direct to DB = NO
Post Processing = YES, do this.
Nibble/Heartbeat billing via event socket = YES, (this is rather
powerful if you take the time to learn it.)
The above is just my advice...
/b
PS: see mod_nibblebill
On Sep 10, 2009, at 12:16 AM, Ahmed Munir 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
More information about the FreeSWITCH-users
mailing list