[asterisk-bugs] [Asterisk 0019373]: [patch] Asterisk do not respect order of queue members
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu May 26 19:18:47 CDT 2011
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=19373
======================================================================
Reported By: ddv2005
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 19373
Category: Applications/app_queue
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: 1.6.2.18
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version: 1.4.42
======================================================================
Date Submitted: 2011-05-26 14:57 CDT
Last Modified: 2011-05-26 19:18 CDT
======================================================================
Summary: [patch] Asterisk do not respect order of queue
members
Description:
Asterisk do not respect order of queue members. app_queue use the ao2 list
to store members list, but ao2 re-order all items because it use hash
functions to store data. And any enumeration of the members depends on its
hash function instead of how it was added.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-05-26 19:18 lmadsen Resolution open => fixed
2011-05-26 19:18 lmadsen Fixed in Version => 1.4.42
======================================================================
More information about the asterisk-bugs
mailing list