[asterisk-bugs] [Asterisk 0018535]: app_queue deadlocks if weight is set

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Dec 27 09:35:30 UTC 2010


The following issue has been set as DUPLICATE OF issue 0018310. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18535 
====================================================================== 
Reported By:                mrparity
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18535
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.1.1 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-12-27 03:29 CST
Last Modified:              2010-12-27 03:35 CST
====================================================================== 
Summary:                    app_queue deadlocks if weight is set
Description: 
If more than one agend is at the queue and weight is enabled asterisk
deadlocks. That configuration is working fine:

[sales_de]
strategy = ringall
timeout = 20
wrapuptime = 0
autofill = yes
autopause = no
maxlen = 0
ringinuse = no
musicclass = queue-sales-de
servicelevel = 30
;weight=10
joinempty=unavailable

[sales_fr]
strategy = ringall
timeout = 20
wrapuptime = 0
autofill = yes
autopause = no
maxlen = 0
ringinuse = no
musicclass = queue-sales-fr
servicelevel = 30
;weight=20
joinempty=unavailable

[sales_2l]
strategy = ringall
timeout = 20
wrapuptime = 0
autofill = yes
autopause = no
maxlen = 0
ringinuse = no
musicclass = queue-sales-fr
servicelevel = 30
;weight=10
joinempty=unavailable


But if you uncomment 'weight' asterisk deadlocks.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0018310 [patch] hint state changes deadlock/race
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-12-27 03:35 schmidts       Relationship added       duplicate of 0018310
======================================================================




More information about the asterisk-bugs mailing list