[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:33 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
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:                     closed
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.
====================================================================== 

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

_U  branches/1.6.2/

------------------------------------------------------------------------
r236309 | dvossel | 2009-12-23 13:14:32 -0600 (Wed, 23 Dec 2009) | 23
lines

Blocked revisions 236308 via svnmerge

........
  r236308 | dvossel | 2009-12-23 13:14:05 -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=236309 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-23 13:14 svnbot         Checkin                                      
2009-12-23 13:14 svnbot         Note Added: 0115744                          
======================================================================




More information about the asterisk-bugs mailing list