[asterisk-users] queue
Warren Selby
wcselby at selbytech.com
Mon Jan 25 10:50:44 CST 2010
On Mon, Jan 25, 2010 at 6:10 AM, bhrugu mehta <mehtabhrugu at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100125/2c787793/attachment.htm
More information about the asterisk-users
mailing list