Re: [Asterisk-java-users] Return parked call to a queue
Brought to you by:
srt
From: Chris M. <ch...@mr...> - 2014-04-30 08:12:52
|
Hi In dialplan magic land this is what the docs say Parked calls that time out with comebacktoorigin=no will always be sent into the parkedcallstimeout context. I haven't tested much for a while but hopefully you can use that for a lead. Cm On 30/04/2014 3:57 pm, "Jorge" <gus...@gm...> wrote: > I have the next situation. > > I have a queue with agents that waits for incoming calls. These agents can > park a call. So I would like to set up the returning channel as the queue > so the parked call returns to the queue in case times up. > > I have seen it is possible to set up a channel as return channel but I > don´t know how to set up a queue. So my question is: > > Is it possible to set up a queue as a returning channel in a parked call? > > Code: > > ParkAction parkAction = new ParkAction(); > parkAction.setChannel(parkinChannel); > parkAction.setChannel2(QUEUE_CHANNEL); > > How can I define the Queue sip extension here? > > Kind regards. > > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |