[Freeswitch-users] FreeSWITCH SLEEP
Andre Demattia
andretodd at verizon.net
Mon Jul 28 21:06:07 MSD 2014
How does the API Hangup hook work?
Also in mod managed a Hangup hook crashes, not sure if its the hook you are suggesting.
void MangedSession::check_hangup_hok()
{
ATTACH_THREADS
if(!hangupDelegate){
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "hangupDelegate is null.");
return;
}
hangupDelegate(); // crashes here for null object
https://jira.freeswitch.org/browse/FS-6484
Thanks
Andre
-----Original Message-----
From: "Michael Collins" <msc at freeswitch.org>
Sent: 7/28/2014 12:46 PM
To: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
Subject: Re: [Freeswitch-users] FreeSWITCH SLEEP
Do you necessarily need the channel to be active while "doing stuff" or would an api_hangup_hook be sufficient?
-MC
On Fri, Jul 25, 2014 at 11:40 AM, Andre <andretodd at verizon.net> wrote:
After a call I have transfer after bridge on. When the call goes back to the dial plan I want to sleep the call do some stuff and hang-up.
On the original bridge I do have hangup after bridge on.
What is the correct syntax for me to sleep then hangup?
Do I have to Answer the call for sleep to work?
Example: After transfer go to :
//do I need to Answer again for sleep to work?
<action application="sleep" data="5000"/>
// run some scripts not related to freeswitch
<action application="hangup"/>
_________________________________________________________________________
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/20140728/cd806cf7/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list