[asterisk-bugs] [Asterisk 0018535]: app_queue deadlocks if weight is set
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 27 09:29:26 UTC 2010
The following issue has been SUBMITTED.
======================================================================
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:29 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-12-27 03:29 mrparity New Issue
2010-12-27 03:29 mrparity Asterisk Version => 1.8.1.1
2010-12-27 03:29 mrparity Regression => No
2010-12-27 03:29 mrparity SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list