<div class="gmail_quote">On Mon, Jan 25, 2010 at 6:10 AM, bhrugu mehta <span dir="ltr">&lt;<a href="mailto:mehtabhrugu@gmail.com">mehtabhrugu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, all<br>Is ther any way to pass channel queue such a way Queue(SIP/1001&amp;SIP/1002&amp;SIP/1003) <br><br>thanks,<br><font color="#888888"><br>Bhrugu Mehta<br>
</font><br></blockquote></div><br>You would define those SIP peers as members in queues.conf:<br><br>[queue_name]<br>member =&gt; SIP/1001<br>member =&gt; SIP/1002<br>member =&gt; SIP/1003<br><br>and you would call the queue from the dialplan using the following:<br>
<br>exten =&gt; 1000,1,Queue(queue_name)<br clear="all"><br>Read through the sample queues.conf for a listing of all the queue-specific options you can set, and also do a &quot;core show application queue&quot; in the CLI to see which options are available for the Queue() command in the dialplan.<br>
<br>-- <br>Thanks,<br>--Warren Selby<br><a href="http://www.selbytech.com">http://www.selbytech.com</a><br>