View previous topic :: View next topic |
Author |
Message |
yudha2008 at gmail.com Guest
|
Posted: Sun Jun 28, 2009 11:56 pm Post subject: [Freeswitch-users] javascript FIFO (First In First Out) |
|
|
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 resolve this problem.
can any one assist me to do this above process.
Thanks in advance.
Thanks with Regards, N.Baskar. |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Mon Jun 29, 2009 10:43 am Post subject: [Freeswitch-users] javascript FIFO (First In First Out) |
|
|
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:
Quote: | 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 resolve this problem.
can any one assist me to do this above process.
Thanks in advance.
Thanks with Regards, N.Baskar.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
yudha2008 at gmail.com Guest
|
Posted: Tue Jun 30, 2009 1:56 am Post subject: [Freeswitch-users] javascript FIFO (First In First Out) |
|
|
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 has been done in JavaScript itself) I want the incoming call to be in queue Is this possible through java script. Assist me to resolve this problem.
Thanks with Regards,N.Baskar
|
|
Back to top |
|
|
dujinfang at gmail.com Guest
|
Posted: Tue Jun 30, 2009 3:30 am Post subject: [Freeswitch-users] javascript FIFO (First In First Out) |
|
|
On Jun 30, 2009, at 2:54 PM, Baskar wrote: Quote: | 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 has been done in JavaScript itself) |
Just curious, why use a js while mod_fifo can do ?
|
|
Back to top |
|
|
|