[asterisk-commits] mmichelson: branch 1.6.0 r141907 - /branches/1.6.0/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 8 18:00:39 CDT 2008


Author: mmichelson
Date: Mon Sep  8 18:00:38 2008
New Revision: 141907

URL: http://svn.digium.com/view/asterisk?view=rev&rev=141907
Log:
Blocked revisions 141906 via svnmerge

........
r141906 | mmichelson | 2008-09-08 18:00:06 -0500 (Mon, 08 Sep 2008) | 9 lines

Optimization: The only reason we should check member
status is if the queue has a joinempty or a leavewhenempty
setting which could cause the caller to not join the queue
or exit the queue. Prior to this patch, we could potentially
traverse the entire queue's member list for no reason since
even if the members are currently not available in some way
we're going to let the caller join the queue anyway.


........

Modified:
    branches/1.6.0/   (props changed)

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




More information about the asterisk-commits mailing list