From: Leandro Dardini [mailto:ldard...@gmail.com]
Sent: Thursday, November 14, 2013 12:42 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Queue linear "unordered" feature when using realtime

Hello,
I was trying to use a queue in linear order and to provide the exact order of 
members to dial by adjusting the uniqueid value. Obviously it doesn't work and 
it seems an old problem:

https://issues.asterisk.org/jira/browse/ASTERISK-18480

Realtime configuration can't identify "orders" in the list of results, so the 
members for the queue are returned in random order.

Anyone experiencing the same problem? How do you solve it?

Leandro

I opened the ticket you linked to.  We ended up prefixing the interface value 
with an integer which indicated the agent's position in the queue.  In our 
dialplan this ended up looking like 'Local/001-agent@queue/n' our 'queue' 
context then strips off the prefix and continues as normal.

Steven Wheeler


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to