[Freeswitch-users] Wait for ANSWER/HANGUP events in Mod lua

Ken Rice krice at freeswitch.org
Sun Aug 18 20:28:54 MSD 2013


realtime billing can be accomplished with nibble whichs deducts as the call is in progress... folowed up with bill validation via the cdr. if your lua script crashes no billing...

Ken
Sent from my iPad

On Aug 18, 2013, at 11:15, "Sami Montour" <smontour at verizon.net> wrote:

> The billing I would like to use with lua is for real-time billing where subscribers are debited real-time or at the end of the call.
>  
> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice
> Sent: Sunday, August 18, 2013 10:55 AM
> To: FreeSWITCH Users Help
> Subject: Re: [Freeswitch-users] Wait for ANSWER/HANGUP events in Mod lua
>  
> billing in lua is asking for issues... why not do something like triggiering the billing from the xml cdr or such this avoids loss od cdrs as it uses the filesystem as a backup to incase your websvices or billing processor is down
> 
> Ken
> Sent from my iPad
> 
> On Aug 18, 2013, at 10:19, Karsten Horsmann <khorsmann at gmail.com> wrote:
> 
> Hi Sam,
>  
> you should be more verbose what you currently doing. There a many ways to call an lua script in FS (in the dialplan, as startup-script, as dialplan-binding etc).
> 
> Sounds like you want to fetch some kind of billing informations.
>  
> 2013/8/17 Sami Montour <smontour at verizon.net>
> I am using Mod lua for call processing on the FreeSwitch. I would like to wait for some events such as CHANNEL_ANSWER and CHANNEL_HANGUP  in order to get the answer time and hangup time. Basically, something like
>  
> Wait for event CHANNEL_ANSWER or CHANNEL_HANGUP
> If (event_name = “CHANNEL_ANSWER”) then answer_timestamp = getHeader(“Caller-Channel-Answered-Time”)
> If (event_name = “CHANNEL_HANGUP”) then hangup_timestamp = getHeader(“Event-Date-Timestamp”)
>  
> The session:getState() described in module lua gets the call state but not the channel state. For instance, ‘CS_EXECUTE’ is the channel state when it is executing a dialplan not when the call is answered.
>  
> Is there a way to wait for channel events such as CHANNEL_ANSWER and CHANNEL_HANGUP in order to retrieve answer and hangup timestamps for a call?
>  
> Any input is very much appreciated.
>  
> Thanks.
>  
> Sam
>  
>  
> 
>  
> -- 
> Mit freundlichen Grüßen
> *Karsten Horsmann*
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> 
> 
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
> 
> 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
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> 
> 
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
> 
> 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/20130818/b51c62ad/attachment-0001.html 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list