<br><br><div class="gmail_quote">2013/1/25 Michael Keuter <span dir="ltr">&lt;<a href="mailto:lists@mksolutions.info" target="_blank">lists@mksolutions.info</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Am 25.01.2013 um 17:22 schrieb Olivier:<br>
<div class="im"><br>
&gt; Hi,<br>
&gt;<br>
&gt; Let say that in a call center, callers are recognized and categorized in 4 priority levels (priority 1 for Very Very Important Personalities, 2 for VIP, and so on)  before entering a Queue.<br>
&gt; How can you make sure a priority 2 caller is answered before priority 3 callers, for instance ?<br>
&gt;<br>
&gt; I can think of several solutions but none really pleases me :<br>
&gt;<br>
&gt; 1. Have 4 different queues, set penalty value and let each caller enter one queue depending on its own priority.<br>
&gt; I don&#39;t like this solution because I foresee editing stats for 4 queues instead of one is harder.<br>
<br>
</div>Just set the Queue_PRIO for that specific caller-type before you send them all into the same queue:<br>
<br>
exten =&gt; s,n,Set(QUEUE_PRIO=10)<br>
exten =&gt; s,n,Queue(test,tC,,,180)<br></blockquote><div><br>That&#39;s exactly what I was looking for.<br>The strange thing is I couldn&#39;t find it mentioned in Queue app doc, if I&#39;m not mistaken (but that&#39;s another story).<br>
<br>Thank you very much. <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im"><br>
&gt;<br>
&gt; 2. Iterate over each call waiting in the queue and insert new call with Queue&#39;s position argument accordingly valued.<br>
&gt; I don&#39;t like this one because I&#39;m afraid coding this won&#39;t be so easy.<br>
&gt;<br>
&gt; What would you suggest ?<br>
&gt;<br>
&gt; Regards<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div>&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>
Michael<br>
<br>
<a href="http://www.mksolutions.info" target="_blank">http://www.mksolutions.info</a><br>
<br>
<br>
<br>
<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>