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

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Mar 22 06:19:12 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17008 
====================================================================== 
Reported By:                jlpedrosa
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17008
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.5 
JIRA:                       SWP-1073 
Regression:                 No 
Reviewboard Link:            
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-03-22 06:19 CDT
====================================================================== 
Summary:                    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


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

---------------------------------------------------------------------- 
 (0119641) jlpedrosa (reporter) - 2010-03-22 06:19
 https://issues.asterisk.org/view.php?id=17008#c119641 
---------------------------------------------------------------------- 
Hi all,

I've attached the diff generated from trunk (with svn diff),  from
revision  (revision 253708)


finally, i've made it file configurable, 'yes' 'no', respects the old
behavior, added value "all" which makes memeber paused in all interfaces.

let me know what you think

Cheers, 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-22 06:19 jlpedrosa      Note Added: 0119641                          
======================================================================




More information about the asterisk-bugs mailing list