<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066">Hi,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066"><br></div>
<div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066">You just said you use Local channels. Local channel is a dialplan that has a Dial() to a sip device?</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066">
<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066">We use queues, and have a queue-macro that sends the UserEvent upon bridging the call...</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 4 August 2013 16:41, Timothy Smith <span dir="ltr">&lt;<a href="mailto:timotsmith@gmail.com" target="_blank">timotsmith@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Tiago,<br>
<br>
Thanks for your answer, but I have a few questions.<br>
<br>
Do you use queues? We are operating a call centre with several queues,<br>
so I don&#39;t see how we would use the Dial command. When a call comes<br>
in, we enter the caller (depending on what options he has selected)<br>
into a queue. Do you have any alternative method, which would involve<br>
dialling the agent directly as you described below?<br>
<br>
regards,<br>
T<br>
<div class="HOEnZb"><div class="h5"><br>
On Sun, Aug 4, 2013 at 3:47 PM, Tiago Geada &lt;<a href="mailto:tiago.geada@gmail.com">tiago.geada@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Our queue members are Local channels, thus when dialing the agent, the<br>
&gt; dialplan will do several stuff including:<br>
&gt;<br>
&gt; Set(CALLERID(name)=${CALLERID(name)}:Sales)<br>
&gt; UserEvent(something,data: ${bunch-of-data-in-some-format})<br>
&gt; Dial(SIP/final-agent-phone,timeout,A(Sales))<br>
&gt;<br>
&gt; The UserEvent will be picked up by our client-register-ticket-stuff software<br>
&gt;<br>
&gt; The announcement A() will be heard by the agent upon answering the call like<br>
&gt; &quot;sales call&quot;<br>
&gt;<br>
&gt;<br>
&gt; On 4 August 2013 02:59, Mitch Claborn &lt;<a href="mailto:mitch_ml@claborn.net">mitch_ml@claborn.net</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; We do something very similar.<br>
&gt;&gt;<br>
&gt;&gt; Use the gosub parameter of the Queue application to call a subroutine in<br>
&gt;&gt; the dial plan when the agent answers the call.<br>
&gt;&gt;<br>
&gt;&gt; same =&gt;n,Queue(sales,tc,,,,,,sub-QueueConnected)<br>
&gt;&gt;<br>
&gt;&gt; [sub-QueueConnected]<br>
&gt;&gt; ; this runs on the agent/member&#39;s channel<br>
&gt;&gt; exten =&gt;s,1,NoOp()<br>
&gt;&gt;   ; whatever you need to do here<br>
&gt;&gt;   same =&gt;n,Return()<br>
&gt;&gt;<br>
&gt;&gt; See<br>
&gt;&gt; <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Queue" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Queue</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Mitch<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 08/03/2013 12:45 PM, Timothy Smith wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hello Folks,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I am setting up a call center but we have few agents so one agent is<br>
&gt;&gt;&gt; able to handle calls of different languages and different queues. For<br>
&gt;&gt;&gt; the agent to identify the caller, I want a popup to appear as the<br>
&gt;&gt;&gt; phone starts to ring with the caller&#39;s number, language (selected in<br>
&gt;&gt;&gt; the IVR), Queue (sales, support etc) and any other information (e.g a<br>
&gt;&gt;&gt; URL with parameters)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I can send this information either via netcat (to a client such as<br>
&gt;&gt;&gt; yac) to a Windows PC but the problem is I do not know when the caller<br>
&gt;&gt;&gt; is about to be connected to the agent, so that I run the command. If I<br>
&gt;&gt;&gt; wasn&#39;t using queues, it would be easy because  I would run the netcat<br>
&gt;&gt;&gt; command and then dial the user&#39;s extension.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; My Question is: Is there a way I can know when the caller is just<br>
&gt;&gt;&gt; about to be connected to an agent (when the agent&#39;s SIP extension<br>
&gt;&gt;&gt; starts ringing)?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; There are these settings setinterfacevar, setqueueentryvar,<br>
&gt;&gt;&gt; setqueuevar in queues.conf but when can I use them?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Have you guys been in this situation before? Any alternative solutions<br>
&gt;&gt;&gt; (sending caller info to an agent)?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I am using Asterisk 11 and Windows 7 PCs for agents.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thank you!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Kind Regards,<br>
&gt;&gt;&gt; Wilson<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; _____________________________________________________________________<br>
&gt;&gt;&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;&gt;&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;&gt;&gt;                 <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; asterisk-users mailing list<br>
&gt;&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;&gt;     <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; _____________________________________________________________________<br>
&gt;&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;&gt;               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;&gt;<br>
&gt;&gt; asterisk-users mailing list<br>
&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;                <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>