On 11/5/07, <b class="gmail_sendername">Nick Brown</b> <<a href="mailto:Nick@ipera.com.au">Nick@ipera.com.au</a>> 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't been removed (in
1.4), just deprecated (I assume you're not trying this with -trunk). Still, it'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. Look for "macro callagent" for the specific block that does the work. 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't pick up.
<br></div></div><br>j.