[svn-commits] dvossel: branch 1.6.2 r236309 - /branches/1.6.2/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 23 13:14:34 CST 2009


Author: dvossel
Date: Wed Dec 23 13:14:32 2009
New Revision: 236309

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=236309
Log:
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 #16240)
  Reported by: kkm
  Patches:
        appqueue-memberfun-readyoption-trunk.diff uploaded by kkm (license 888)
  Tested by: kkm
........

Modified:
    branches/1.6.2/   (props changed)

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the svn-commits mailing list