[asterisk-bugs] [Asterisk 0017008]: [patch] Autopause only pauses member on queue where timeout took place.

Asterisk Bug Tracker noreply at bugs.digium.com
Tue May 4 17:46:43 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17008 
====================================================================== 
Reported By:                jlpedrosa
Assigned To:                mmichelson
====================================================================== 
Project:                    Asterisk
Issue ID:                   17008
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     ready for testing
Target Version:             1.6.2.9
Asterisk Version:           SVN 
JIRA:                       SWP-1073 
Regression:                 No 
Reviewboard Link:           https://reviewboard.asterisk.org/r/581/ 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-03-11 10:49 CST
Last Modified:              2010-05-04 17:46 CDT
====================================================================== 
Summary:                    [patch] Autopause only pauses member on queue where
timeout took place.
Description: 
Hi all

When a call to a queue memeber reach timeout and autopause is set, that
member paused but ONLY for the queue where timeout took place:


this is the line:
in app_queue.c

if (!set_member_paused(qe->parent->name, interface, "Auto-Pause", 1)) {


I don't think it's how it should be, at least should be configurable at
config file?

I can patch it by my own if you think it proceeds.


Thanks


====================================================================== 

---------------------------------------------------------------------- 
 (0121384) svnbot (reporter) - 2010-05-04 17:46
 https://issues.asterisk.org/view.php?id=17008#c121384 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 261051

U   trunk/CHANGES
U   trunk/apps/app_queue.c
U   trunk/configs/queues.conf.sample

------------------------------------------------------------------------
r261051 | mmichelson | 2010-05-04 17:46:42 -0500 (Tue, 04 May 2010) | 12
lines

Add new possible value to autopause option to allow members to be
autopaused in all queues.

See the CHANGES file and queues.conf.sample for more details.

(closes issue https://issues.asterisk.org/view.php?id=17008)
Reported by: jlpedrosa
Patches:
      queues.autopause_en_review.diff uploaded by jlpedrosa (license 1002)

Review: https://reviewboard.asterisk.org/r/581/


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=261051 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-04 17:46 svnbot         Checkin                                      
2010-05-04 17:46 svnbot         Note Added: 0121384                          
======================================================================




More information about the asterisk-bugs mailing list