[asterisk-bugs] [Asterisk 0014376]: autopause should not pause interfaces that are busy
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Feb 5 14:30:47 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14376
======================================================================
Reported By: fiddur
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 14376
Category: Applications/app_queue
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0
SVN Revision (number only!): 172702
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-01-31 02:05 CST
Last Modified: 2009-02-05 14:30 CST
======================================================================
Summary: autopause should not pause interfaces that are busy
Description:
It makes no sence auto-pausing a queue-members who are busy on the phone.
I guess the point of an auto-pause function, is to pause queue members who
fail to answer within the timout limit, marking them as paused as they
probably left their seats forgetting to put on pause themselves.
If. in this scenario, the queue member is busy on the phone, the interface
immediately returns a busy response, and the queue pauses him, so that when
he's not on the phone anymore, he won't get his calls. I don't see the use
of that.
======================================================================
----------------------------------------------------------------------
(0099546) svnbot (reporter) - 2009-02-05 14:30
http://bugs.digium.com/view.php?id=14376#c99546
----------------------------------------------------------------------
Repository: asterisk
Revision: 173693
_U trunk/
U trunk/apps/app_queue.c
------------------------------------------------------------------------
r173693 | mmichelson | 2009-02-05 14:30:46 -0600 (Thu, 05 Feb 2009) | 20
lines
Merged revisions 173692 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r173692 | mmichelson | 2009-02-05 14:29:09 -0600 (Thu, 05 Feb 2009) | 12
lines
Fix situations where queue members could be autopaused unexpectedly
Specifically, this patch prevents us from autopausing members when
we receive a busy or congestion frame from them.
(closes issue http://bugs.digium.com/view.php?id=14376)
Reported by: fiddur
Patches:
14376.patch uploaded by putnopvut (license 60)
Tested by: fiddur
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=173693
Issue History
Date Modified Username Field Change
======================================================================
2009-02-05 14:30 svnbot Checkin
2009-02-05 14:30 svnbot Note Added: 0099546
======================================================================
More information about the asterisk-bugs
mailing list