Hi, all Is ther any way to pass channel queue such a way Queue(SIP/1001&SIP/1002&SIP/1003) thanks, Bhrugu Mehta -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100125/b9077dde/attachment.htm
[This email is either empty or too large to be displayed at this time]
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
The idea is that the Queue() application uses different strategies to ring agents, so it decouples you from having to worry about that. You could have that by setting the queue to rinagll strategy. l. 2010/1/25 bhrugu mehta <mehtabhrugu at gmail.com>> Hi, all > Is ther any way to pass channel queue such a way > Queue(SIP/1001&SIP/1002&SIP/1003) > > thanks, > > Bhrugu Mehta >-- Loway - home of QueueMetrics - http://queuemetrics.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100126/74932973/attachment.htm