doing it &quot;the dialplan way&quot;:<br>if you log in your agents via AgentCallBackLogin, you can set the CallBack extension to an extension managed by a macro, where the macro will do what you need:<br><br>extensions.conf
<br><br>[agents-exts]<br>exten =&gt; 100,1,Macro(stdagent|SIP/100|...)<br>exten =&gt; 101,1,Macro(stdagent|SIP/101|...)<br><br>[macro-stdagent]<br>exten =&gt; s,1,AGI(notify-agent)<br>exten =&gt; s,2,Dial(${ARG1}|...)<br>
<br>[agents-login]<br>exten =&gt; 500,1,AgentCallBackLogin(||${CALLERID(number)}@agents-exts)<br><br>hope this helps...<br><br><div><span class="gmail_quote">2006/9/12, Watkins, Bradley &lt;<a href="mailto:Bradley.Watkins@compuware.com">
Bradley.Watkins@compuware.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">In the forthcoming 1.4, you can tell the Queue application to run an AGI just before sending the call to the destination.&nbsp;&nbsp;In the AGI, you can use the (also new in 
1.4) MEMBERINTERFACE channel variable to determine the destination.<br><br>Of course, that's not a solution now since 1.4 is not even beta yet.&nbsp;&nbsp;But I figured I'd present another possibility.<br><br>- Brad<br><br>________________________________
<br><br>From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> on behalf of Richard Lyman<br>Sent: Mon 9/11/2006 6:37 PM<br>To: <a href="mailto:manrique.feoli@kinetos.com">
manrique.feoli@kinetos.com</a>; Asterisk Users Mailing List - Non-Commercial Discussion<br>Subject: Re: [asterisk-users] How to notify an ACD agent before he/she picks up<br><br><br><br>MF wrote:<br><br>&gt; Has anyone got a clue about this?&nbsp;&nbsp;&nbsp;&nbsp;I need to know which operator to
<br>&gt; send a message to,&nbsp;&nbsp;prior to the queue command ringing him,&nbsp;&nbsp;(just<br>&gt; after he is assigned)<br>&gt;<br>&gt;&gt; Anyone knows if I can get to know the operator ACD choosed to send<br>&gt;&gt; the call by using&nbsp;&nbsp;Realtime Queue,&nbsp;&nbsp; or maybe via the manager?
<br>&gt;<br>someone already told you to look at the manager.<br><br>make sure queues.conf has eventwhencalled=yes<br>then you will get a manager event<br><br>Event: AgentCalled<br>...<br><br><br><br><br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br><br>The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
<br><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br><br></blockquote></div><br>