Hi,<div><br></div><div>I have this on an Aastra phone:</div><div><br></div><div>Button 1:    Login English Queue</div><div>Button 2:    Login French Queue</div><div>Button 3:    Logout both English and French</div><div><br>

</div><div><br></div><div>I am out of buttons and using only three buttons I want my third button to be smarter. Currently the third button does a QueueRemoveMember to both English and French Queue at the same time. I want this button to be smarter to and to check and see if the Agent is logged into only English to only do a Remove on English or if the Agent is only logged into French to only log out French. Same goes for both, if both are logged in to log out both.</div>

<div><br></div><div>Currently I have this for Third Button:</div><div><div><br></div><div>exten =&gt; 999999,1,Answer</div><div>exten =&gt; 999999,n,RemoveQueueMember(900|Local/${CALLERID(num)}@from-internal/n)</div><div>

exten =&gt; 999999,n,RemoveQueueMember(899|Local/${CALLERID(num)}@from-internal/n)</div></div><div>exten =&gt; 999999,n,Hangup</div><div><br></div><div>900 is English and 800 is Spanish Queue numbers.</div><div><br></div>

<div>P.S. Is there a way to do exten = s rather than exten = 999999 as someone from outside might find out about the 999999 extension and try to log into it? This is for an Aastra phone with XML support.</div><div><br></div>

<div>Thanks</div><div><br></div>