[Home]

Summary:ASTERISK-14961: [patch] Paused members in queue with higher weight
Reporter:Atis Lezdins (atis)Labels:
Date Opened:2009-10-08 09:37:01Date Closed:2011-09-06 18:29:21
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
duplicatesASTERISK-14541 [patch] Queue member considered available when paused, causing high weight queue to block low weight queue
Environment:Attachments:( 0) queue_weight_paused.patch
Description:Scenario:

Queue1   has 3 calls ... W:5
 Agent1 ... (Not in use)

Queue2   has 3 calls ... W:6
 Agent1 ... (paused) (Not in use)

In this case, Agent1 is never ringed from Queue1, which doesn't seem correct.

Proposed fix attached
Comments:By: Terry Wilson (twilson) 2011-09-06 18:29:21.416-0500

Appears to have been fixed. Also, duplicate of ASTERISK-146541.