[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:17:59 CDT 2011
A NOTE has been added to this issue.
======================================================================
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: new
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:
======================================================================
Date Submitted: 2011-05-26 14:57 CDT
Last Modified: 2011-05-26 19:17 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.
======================================================================
----------------------------------------------------------------------
(0135468) Marquis (developer) - 2011-05-26 19:17
https://issues.asterisk.org/view.php?id=19373#c135468
----------------------------------------------------------------------
If you require this behavior, then you should use the rrordered. It might
not yet be in a release, but is already committed and will be in the next
release.
Issue History
Date Modified Username Field Change
======================================================================
2011-05-26 19:17 Marquis Note Added: 0135468
======================================================================
More information about the asterisk-bugs
mailing list