On 11/5/07, <b class="gmail_sendername">Nick Brown</b> &lt;<a href="mailto:Nick@ipera.com.au">Nick@ipera.com.au</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Another quick question (Spending the day trying to get this project sorted<br>and tucked away) If I am dynamically adding queue members, they will not<br>abide to settings within agents.conf will they?</blockquote><div><br>
correct.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ie. I need the equivalent of Autologoff however want my agents to receive
<br>calls when someone joins the queue, not have to sit on hold all day. I see<br>AgentCallbackLogin has finally been removed.<br><br>Has anyone got a work around for this?</blockquote><div><br><br>It hasn&#39;t been removed (in 
1.4), just deprecated (I assume you&#39;re not trying this with -trunk).&nbsp; Still, it&#39;s not compatible with adding members via AddQueueMember().<br><br>There is an example of doing auto-logoff in docs/queues-with-callbackmembers.txt
 in the source distribution.&nbsp; Look for &quot;macro callagent&quot; for the specific block that does the work.&nbsp; You do have to be using Local channels to make this work though, as you need to Dial() the actual device from the dialplan, then check ${DIALSTATUS} to make decisions about what to do if the agent doesn&#39;t pick up.
<br></div></div><br>j.