<html><head><style type="text/css"><!-- DIV {margin:0px;} P {margin:0px;} --></style></head><body><font face="times new roman, new york, times, serif" size=3><span style="font-family: times new roman,new york,times,serif;"><font size="3">Hi all,<br><br>with r76801 the application queue was patched to now include a variable membercount to keep track of the number of queue members.<br><br>As Michelson noted in the changelog - as a side effect the QUEUE_MEMBER_COUNT function did also changed to return the number of members regardless of their state.<br><br>I think that may people still want to use the old method, to get the real member count (members which are logged on). (we are one of those peoples....)<br><br>In my opinion there are 3 values which are from interest<br>&nbsp;&nbsp;&nbsp; - the complete member count (as it gets now returned by QUEUE_MEMBER_COUNT)<br>&nbsp;&nbsp;&nbsp; - the logged in member count (as QUEUE_MEMBER_COUNT did it before the change)<br>&nbsp;&nbsp;&nbsp; - the free member count (how many logged in members do not have a call)<br>There are two possible ways to implement this<br>&nbsp;&nbsp;&nbsp; - Create an own function for each value of interest (QUEUE_MEMBER_COUNT, QUEUE_AVAILABLE_MEMBERS, QUEUE_FREE_MEMBERS)<br>&nbsp;&nbsp;&nbsp; - Add a parameter to the QUEUE_MEMBER_COUNT function to control which value it should return (no parameter = current behaviour, parameter l = old behaviour, parameter f = only free members)<br><br>I would be happy to implement this - but i'd like to know which way to go before writting code which then gets thrown away...<br><br>I did opend issue #</font></span>0010652<br><br>regards,<br>Wolfgang Pichler<br></font></body></html>