Re: [Freeswitch-users] javascript FIFO (First In First Out)

2009-06-30 Thread Baskar
*Hi Michael Jerris, Is there any other possible way to queue the inbound call in JavaScript. I am working on this process: step 1: I want the inbound call to be in queue through JavaScript step2: Then JavaScript will check most waiting agent and bridge the call to the most waiting agent ( this

Re: [Freeswitch-users] javascript FIFO (First In First Out)

2009-06-30 Thread seven
On Jun 30, 2009, at 2:54 PM, Baskar wrote: Hi Michael Jerris, Is there any other possible way to queue the inbound call in JavaScript. I am working on this process: step 1: I want the inbound call to be in queue through JavaScript step2: Then JavaScript will check most waiting agent and

Re: [Freeswitch-users] javascript FIFO (First In First Out)

2009-06-29 Thread Michael Jerris
Fifo is not configured through javascript, it is configured via the configuration files. http://wiki.freeswitch.org/wiki/Mod_fifo Mike On Jun 29, 2009, at 12:53 AM, Baskar wrote: Hi, I have configured inbound through JavaScript it is working well. Through dialplan i have configured FIFO

[Freeswitch-users] javascript FIFO (First In First Out)

2009-06-28 Thread Baskar
*Hi, I have configured inbound through JavaScript it is working well. Through dialplan i have configured FIFO it is also working fine but i want to configure FIFO (First In First Out) through JavaScript. Is there any link or examples to configure FIFO through JavaScript which will assist me to