[asterisk-bugs] [Asterisk 0017396]: When caller exits due to EXITEMPTY in app_queue EXITUNAVAIL is written to queue_log.
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 7 14:11:33 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17396
======================================================================
Reported By: aragon
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17396
Category: Applications/app_queue
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA: SWP-1527
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 265570
Request Review:
======================================================================
Date Submitted: 2010-05-25 10:28 CDT
Last Modified: 2011-04-07 14:11 CDT
======================================================================
Summary: When caller exits due to EXITEMPTY in app_queue
EXITUNAVAIL is written to queue_log.
Description:
I have tested multiple versions of 1.4 and I have never seen EXITEMPTY
written to queue_log.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0017334 [patch] [regression] CDRs being written...
======================================================================
----------------------------------------------------------------------
(0133514) jrose (manager) - 2011-04-07 14:11
https://issues.asterisk.org/view.php?id=17396#c133514
----------------------------------------------------------------------
leavewhenempty uses the same settings as joinwhenempty...
; This setting controls whether callers can join a queue with no members.
There
; are three choices:
;
; yes - callers can join a queue with no members or only unavailable
members
; no - callers cannot join a queue with no members
; strict - callers cannot join a queue with no members or only
unavailable
; members
I haven't tested it a lot, but when I did get the result I expected, I
used...
leavewhenempty = strict
the terminology is weird, but it seems to me like saying "yes" will
actually make it just stick around and no will make it quit only if there
aren't any members in the queue.
Issue History
Date Modified Username Field Change
======================================================================
2011-04-07 14:11 jrose Note Added: 0133514
======================================================================
More information about the asterisk-bugs
mailing list