[asterisk-bugs] [Asterisk 0017576]: Cannot join a queue when all members are paused and "joinempty=no".
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jul 1 09:11:44 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17576
======================================================================
Reported By: ramonpeek
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17576
Category: Applications/app_queue
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.33
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-07-01 09:08 CDT
Last Modified: 2010-07-01 09:11 CDT
======================================================================
Summary: Cannot join a queue when all members are paused and
"joinempty=no".
Description:
It's not possible to join a queue when all members are paused and
"joinempty" is set to no.
Pausing all members in a queue means the queue still has members, but they
are not reachable. Which means that if "joinempty=no" is set, the queue
should except callers. Only if "joinempty=strict" is set, should the call
not be accepted.
======================================================================
----------------------------------------------------------------------
(0124150) ramonpeek (reporter) - 2010-07-01 09:11
https://issues.asterisk.org/view.php?id=17576#c124150
----------------------------------------------------------------------
The reason for this problem is that when all queue members are paused the
QUEUE_MEMBER_STATUS is not being set and stays set to it's default value of
"QUEUE_NO_MEMBERS" which should be "QUEUE_NO_REACHABLE_MEMBERS".
The attached patch resolves this issue.
Issue History
Date Modified Username Field Change
======================================================================
2010-07-01 09:11 ramonpeek Note Added: 0124150
======================================================================
More information about the asterisk-bugs
mailing list