[Home]

Summary:ASTERISK-23660: Add priority escalation to queues
Reporter:Brett Sutton (bsutton)Labels:
Date Opened:2014-04-23 19:46:11Date Closed:2014-05-19 13:09:43
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Feature Tracker Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:We have a patch which implements priority escalation on a queue.
Basically when a call is placed in a queue at priority 'x' its priority is automatically incremented to an upper 'limit'
The 'interval', 'increment' and limit' are configurable.
The aim of priority escalation is to ensure that low priorities are eventually answered even if there is a steady flow of high priority calls entering the queue.
Over time low priority calls' priority will be escalated to the 'limit' value which would normally place them on the same priority as the high priority calls. When two calls at the same priority are being considered the call with the longest duration is answered first (as it does with the existing queueing algorithm).
The 'limit' value also allows you to enter 'extreme' high priority calls at a value above the limit. These calls will always be answered first as the lower priority calls can never be escalate above the limit.
This patch works well with our patch for Global Priorities ASTERISK-23661
Comments:By: Rusty Newton (rnewton) 2014-04-25 15:42:09.917-0500

Hi Brett, I don't see that you have posted a patch on any of your issues yet. Let me know if you are running into any issues.

The [Code Revew|https://wiki.asterisk.org/wiki/display/AST/Code+Review] wiki page should cover just about everything you need to know for the code review process, including signing the license agreement that will allow you to post your patches onto this issue tracker.

By: Rusty Newton (rnewton) 2014-05-19 13:09:43.808-0500

Please contact a bug marshal in #asterisk-bugs or #asterisk-dev on irc.freenode.net when you are ready to attach your patches to the issues and we can re-open them. Thanks!