On Mon, Jan 25, 2010 at 6:10 AM, bhrugu mehta <[email protected]> wrote:

> Hi, all
> Is ther any way to pass channel queue such a way
> Queue(SIP/1001&SIP/1002&SIP/1003)
>
> thanks,
>
> Bhrugu Mehta
>
>
You would define those SIP peers as members in queues.conf:

[queue_name]
member => SIP/1001
member => SIP/1002
member => SIP/1003

and you would call the queue from the dialplan using the following:

exten => 1000,1,Queue(queue_name)

Read through the sample queues.conf for a listing of all the queue-specific
options you can set, and also do a "core show application queue" in the CLI
to see which options are available for the Queue() command in the dialplan.

-- 
Thanks,
--Warren Selby
http://www.selbytech.com
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to