[Freeswitch-users] Unbridge and send to queue

Michael Jerris mike at jerris.com
Tue Dec 23 23:08:33 MSK 2014


If you need to un-bridge it as soon as its answered, why not just send it to the right destination in the first place?

> On Dec 23, 2014, at 11:48 AM, David Villasmil Govea <david.villasmil at gmail.com> wrote:
> 
> Hello Guys,
> 
> I receive a call from side A and send it out to side B.
> I need to unbridge this call once it is answered and send the B side to a queue to give it moh. How do I do that?
> 
> I'm doing everything with lua and I've tried:
> 
> on my dialplan I have:
> 
>     <action application="set" data="execute_on_answer=lua /usr/local/freeswitch/scripts/check_answered.lua"/>
> 
> in check_answered-lua, after checking the call was in fact answered I do:
> 
>     session:execute("transfer", "-bleg 9999 XML default");
> 
> and on my dialplan I have:
> 
> <extension name="9999">
>   <action application="log" data="INFO SENDING CALL TO QUEUE >>>>>>>>>>>>>>>>>>"/>
>   <action application="lua" data="/usr/local/freeswitch/scripts/queue.lua"/>
>   <action application="hangup" data="NORMAL_CLEARING"/>
> </extension>
> 
> queue.lua:
> 
> session:execute("sched_hangup","+50 alloted_timeout");
> session:execute("callcenter","agents_queue");
> 
> session:execute("sleep",my_dur);
> 
> But this doesn't seem to work at all...
> 
> Can anyone give me a hand? thanks!
> 
> -- 
> DVG
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services: 
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.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/20141223/9462dccf/attachment.html 


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