May be I&#39;m wrong but:<i><br>
<b><br>timeout</b> - the maximum time, in seconds, the call will wait in
the queue. When this time expires, the next extension, by priority,
will be executed. By default the timeout is set to 300 seconds.<br><br>So you clearly have two ways to feed your database with your statistics:<br><br>If (agent is busy)<br>{<br>You will get timeout and you will go throuhg the next priority of your dialplan<br>
}<br>else<br>{<br>You can use the exten=&gt; h to insert your database info correctly just after your customer hangup the call<br>}<br><br>Also notice that <br><br>This application sets the following channel variable upon completion:<br>
QUEUESTATUS&nbsp;&nbsp;&nbsp; The status of the call as a text string, one of TIMEOUT | FULL | JOINEMPTY | LEAVEEMPTY | JOINUNAVAIL | LEAVEUNAVAI<br><br>run on your asterisk CLI &gt; show application Queue<br><br>I hope it helps.<br><br>
Kind regards,<br>Mouta<br><br><br><br></i><br><div class="gmail_quote">On Wed, Apr 23, 2008 at 6:39 PM, AnDY &lt;<a href="mailto:andrej@ok.cvut.cz">andrej@ok.cvut.cz</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I want to log in database some info ( total agents logged in, busy<br>
agents, time ... ). I have some variables and checking them.<br>
Let me explain it from beginning:<br>
Somebody call the queue and everyone is busy, i need to play to caller<br>
that everyone is busy and he should call later, and log this situation.<br>
So I have to variables. Total agents available (TQC) to pick up and busy<br>
agents (BQC). If everyone is busy than this to variables matches and the<br>
caller has to wait. This I need to log with this two numbers.<br>
If BQC != TQC &nbsp;I need just log the numbers nothing else.<br>
<br>
Hopefully it is clear to you.<br>
Maybe there is another solution how to do that.<br>
Btw. I am putting this stats in MySQL database.<br>
<br>
Andy<br>
<br>
Al Baker napsal(a):<br>
<div><div></div><div class="Wj3C7c">&gt; Why would you want a &quot;channel to continue&quot; after the caller has hung up.<br>
&gt; I clearly am missing something here because I can&#39;t see what good that<br>
&gt; would be. &nbsp;What do people do with this &quot;Continued Channel&quot; ?<br>
&gt; What is is used for ? How Does having it help you ? ???<br>
&gt;<br>
&gt; Atis Lezdins wrote:<br>
&gt;<br>
&gt;&gt; Queue will continue if called person hangs up (and there&#39;s no option).<br>
&gt;&gt; If caller hangs up, call goes to h extension in same context. Just the<br>
&gt;&gt; same way as Dial with &#39;g&#39;. There&#39;s a change in 1.6 that allows called<br>
&gt;&gt; channel to continue if caller hangs up, so probably something like<br>
&gt;&gt; this could be applied also to Queue (or was that actually working with<br>
&gt;&gt; using Local channels?).<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Atis<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Apr 23, 2008 at 7:13 PM, AnDY &lt;<a href="mailto:andrej@ok.cvut.cz">andrej@ok.cvut.cz</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; Thank you for your answer.<br>
&gt;&gt;&gt; &nbsp;But the Dial command has a option &#39;g&#39; which means that after succes will<br>
&gt;&gt;&gt; &nbsp;proceed next priorities in the dialplan. Is there something also for<br>
&gt;&gt;&gt; &nbsp;Queue() because according to manual there is no option for it. So I am<br>
&gt;&gt;&gt; &nbsp;looking for some other solution.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;Andy<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;Tony Mountifield napsal(a):<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; In article &lt;<a href="mailto:53331.195.250.139.102.1208950645.squirrel@nemesis.ok.cvut.cz">53331.195.250.139.102.1208950645.squirrel@nemesis.ok.cvut.cz</a>&gt;,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt; &nbsp;&lt;<a href="mailto:andrej@ok.cvut.cz">andrej@ok.cvut.cz</a>&gt; wrote:<br>
&gt;&gt;&gt; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; Hello everybody.<br>
&gt;&gt;&gt; &nbsp;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; I was looking for the solution but nothing found. I have this in my<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; extensions.conf:<br>
&gt;&gt;&gt; &nbsp;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; exten =&gt; 233,1,SetAccount(queue1)<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; exten =&gt; 233,2,Queue(queue1|rn)<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; exten =&gt; 233,3,NoOp(${QUEUESTATUS})<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; exten =&gt; 233,4,NoOp(${DIALSTATUS})<br>
&gt;&gt;&gt; &nbsp;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; But when the call is placed in the queue and somebody answer it, it will<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; throw an error:<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; &nbsp; == Spawn extension (default, 211, 4) exited non-zero on<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; &#39;Local/211@default-3aff,2&#39;<br>
&gt;&gt;&gt; &nbsp;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; And no other command in extensions is executed.<br>
&gt;&gt;&gt; &nbsp;&gt;&gt; Any suggestions?<br>
&gt;&gt;&gt; &nbsp;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt; Queue() is like Dial(), in that if it succeeds in connecting to someone,<br>
&gt;&gt;&gt; &nbsp;&gt; it will not return to the next priority in the dialplan. However, if you<br>
&gt;&gt;&gt; &nbsp;&gt; define an &#39;h&#39; extension, that will get executed when the call is complete:<br>
&gt;&gt;&gt; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt; exten =&gt; 233,1,SetAccount(queue1)<br>
&gt;&gt;&gt; &nbsp;&gt; exten =&gt; 233,2,Queue(queue1|rn)<br>
&gt;&gt;&gt; &nbsp;&gt; exten =&gt; 233,3,NoOp(${QUEUESTATUS})<br>
&gt;&gt;&gt; &nbsp;&gt; exten =&gt; 233,4,NoOp(${DIALSTATUS})<br>
&gt;&gt;&gt; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt; exten =&gt; h,1,NoOp(${QUEUESTATUS})<br>
&gt;&gt;&gt; &nbsp;&gt; exten =&gt; h,2,NoOp(${DIALSTATUS})<br>
&gt;&gt;&gt; &nbsp;&gt;<br>
&gt;&gt;&gt; &nbsp;&gt; Cheers<br>
&gt;&gt;&gt; &nbsp;&gt; Tony<br>
&gt;&gt;&gt; &nbsp;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; &nbsp;-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;asterisk-users mailing list<br>
&gt;&gt;&gt; &nbsp;To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;&gt; &nbsp; &nbsp;<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;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&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;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp;<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>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <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><br clear="all"><br>-- <br>Esta mensagem (incluindo quaisquer anexos) pode conter informação confidencial para uso exclusivo do destinatário. Se não for o destinatário pretendido, não deverá usar, distribuir ou copiar este e-mail. Se recebeu esta mensagem por engano, por favor informe o emissor e elimine-a imediatamente. Obrigado.<br>
<br>This e-mail message is intended only for individual(s) to whom it is addressed and may contain information that is privileged, confidential, proprietary, or otherwise exempt from disclosure under applicable law. If you believe you have received this message in error, please advise the sender by return e-mail and delete it from your mailbox. Thank you.