[asterisk-bugs] [Asterisk 0016240]: [patch] QUEUE_MEMBER(..., free) counts wrapping-up agents as available

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Dec 23 13:14:08 CST 2009


The following issue has been RESOLVED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16240 
====================================================================== 
Reported By:                kkm
Assigned To:                dvossel
====================================================================== 
Project:                    Asterisk
Issue ID:                   16240
Category:                   Applications/app_queue
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.6.2.0-rc5 
JIRA:                       SWP-465 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-11-13 01:34 CST
Last Modified:              2009-12-23 13:14 CST
====================================================================== 
Summary:                    [patch] QUEUE_MEMBER(...,free) counts wrapping-up
agents as available
Description: 
the QUEUE_MEMBER dialplan function can return total members, logged-in
members and "free" members count. A member is counted as "free" immediately
after his call ends, even though its wrap-up time, if specified in
queues.conf, has not yet expired, and the queue will not actually route a
call to it.
====================================================================== 

---------------------------------------------------------------------- 
 (0115743) svnbot (reporter) - 2009-12-23 13:14
 https://issues.asterisk.org/view.php?id=16240#c115743 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 236308

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r236308 | dvossel | 2009-12-23 13:14:06 -0600 (Wed, 23 Dec 2009) | 17
lines

QUEUE_MEMBER(..., ready) counts only ready agents, not free agents
wrapping up

The QUEUE_MEMBER dialplan function can return total members,
logged-in members and "free" members count. A member is counted
as "free" immediately after his call ends, even though its wrap-up
time, if specified in queues.conf, has not yet expired, and the
queue will not actually route a call to it.

This Patch introduces a new "ready" option that only counts
free agents no longer in the wrap up time period.

(closes issue https://issues.asterisk.org/view.php?id=16240)
Reported by: kkm
Patches:
      appqueue-memberfun-readyoption-trunk.diff uploaded by kkm (license
888)
Tested by: kkm

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-23 13:14 svnbot         Note Added: 0115743                          
2009-12-23 13:14 svnbot         Status                   assigned => resolved
2009-12-23 13:14 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list