<div dir="ltr"><a href="http://www.voip-info.org/wiki/view/Asterisk+Queue+Callback">http://www.voip-info.org/wiki/view/Asterisk+Queue+Callback</a><br><br><br><br><div class="gmail_quote">On Fri, Jun 1, 2012 at 1:45 PM, Satish Barot <span dir="ltr">&lt;<a href="mailto:satish4asterisk@gmail.com" target="_blank">satish4asterisk@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">I believe you want your caller to request for a callback while he/she waits in a queue and when your agents are free, you want to call him back and place in a same position in a Queue where he/she has left the Queue.<br>
<br>
There exists an ugly(!) way of doing this.<br><br>(1)Set parameter &#39;context&#39; in queues.conf to some real context available in your dialplan<br>(2)Set &#39;setqueueentryvar&#39; and &#39;setqueuevar&#39; to yes in queues.conf<br>

(3)Set paramet &#39;periodic-announce&#39; to a custom audio file name announcing to caller somethink like ..&#39;To get a callback press any key any&#39;.(This sends the caller into context set by &#39;context&#39; parameter when s/he presses any key while waiting in a queue)<br>

(4)A variable &#39;QUEUEPOSITION&#39; would give you a last position of caller in a queue. (You can get this variable in a context set by &#39;context&#39; parameter. Store the value somewhere in Database)<br>(5)When you think your Agents are free, Generate a callfile OR use AMI to call the caller who has requested a callback.<br>

(6)Once call is answered, send him to Queue application with &#39;position&#39; parameter set to the value of &#39;QUEUEPOSITION&#39; of caller from database.<span class="HOEnZb"><font color="#888888"><br><br>--Satish Barot<br>
<br></font></span><div class="gmail_quote"><div class="im">On Thu, May 31, 2012 at 9:18 PM, equis software <span dir="ltr">&lt;<a href="mailto:equissoftware@gmail.com" target="_blank">equissoftware@gmail.com</a>&gt;</span> wrote:<br>

</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Is there any option in Asterisk distribution of this?<br><br>Thanks.<br>
<br></div><div class="im">--<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></blockquote></div><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></blockquote></div><br></div>