[asterisk-bugs] [Asterisk 0012451]: join empty categories are not the same as leavewhenempty ones, joinempty probably wrong
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri May 30 16:11:24 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12451
======================================================================
Reported By: davidw
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12451
Category: Applications/app_queue
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 114060
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 04-15-2008 11:14 CDT
Last Modified: 05-30-2008 16:11 CDT
======================================================================
Summary: join empty categories are not the same as
leavewhenempty ones, joinempty probably wrong
Description:
Once one accounts for joinempty and leavewhenempty sort of having opposite
logical senses, one cannot match the effects of the values of these two
variables one for one.
joinempty = no matches leavewhenempty = yes
joinempty = yes matches leavewhenempty = no
However, joinempty = strict drops only for QUEUE_NO_REACHABLE_MEMBERS,
but
leavewhenempty = strict drops for both QUEUE_NO_MEMBERS and
QUEUE_NO_REACHABLE_MEMBERS.
======================================================================
----------------------------------------------------------------------
svnbot - 05-30-08 16:11
----------------------------------------------------------------------
Repository: asterisk
Revision: 119404
U branches/1.4/apps/app_queue.c
------------------------------------------------------------------------
r119404 | tilghman | 2008-05-30 16:11:19 -0500 (Fri, 30 May 2008) | 6
lines
When joinempty=strict, it only failed on join if there were busy members.
If
all members were logged out OR paused, then it (incorrectly) let callers
join
the queue.
(closes issue http://bugs.digium.com/view.php?id=12451)
Reported by: davidw
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=119404
Issue History
Date Modified Username Field Change
======================================================================
05-30-08 16:11 svnbot Note Added: 0087584
======================================================================
More information about the asterisk-bugs
mailing list