Thanks a lot Matt!<br><br><br><div class="gmail_quote">On Sun, Nov 16, 2008 at 9:25 PM, Matt Riddell <span dir="ltr">&lt;<a href="mailto:lists@venturevoip.com">lists@venturevoip.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On 15/11/2008 3:58 a.m., equis software wrote:<br>
&gt; I found this property in queue.conf<br>
&gt; ; Calls may be recorded using Asterisk&#39;s monitor resource<br>
&gt; &nbsp;; This can be enabled from within the Queue application, starting recording<br>
&gt;<br>
&gt; &nbsp;; when the call is actually picked up; thus, only successful calls are<br>
&gt; &nbsp;; recorded, and you are not recording while people are listening to MOH.<br>
&gt; &nbsp;; To enable monitoring, simply specify &quot;monitor-format&quot;; it will be disabled<br>
&gt;<br>
&gt; &nbsp;; otherwise.<br>
&gt; &nbsp;;<br>
&gt; &nbsp;; monitor-format = gsm|wav|wav49<br>
&gt;<br>
&gt; but I need to monitor queue calls depending on the time, not everytime.<br>
&gt;<br>
&gt; I have configured queue.conf in my postgres, but I don´t like to put an<br>
&gt; automatic taskin Linux to insert row, reload in Asterisk and then delete the<br>
&gt; row and reload Asterisk when time is over.<br>
&gt;<br>
&gt; Dynamically I can set in queue app to caller or called ca monitor their<br>
&gt; calls using<br>
&gt;<br>
&gt; &nbsp; &nbsp;- w — allow the called user to write the conversation to disk via<br>
&gt; &nbsp; &nbsp;Monitor.<br>
&gt; &nbsp; &nbsp;- W — allow the calling user to write the conversation to disk via<br>
&gt; &nbsp; &nbsp;Monitor.<br>
&gt;<br>
&gt; But I need to monitor all the calls.<br>
&gt;<br>
&gt; I do some operation in dialplan depending the time using<br>
&gt; GotoIfTime(21:00-09:00|sat|*|*?context1|96|1)<br>
&gt;<br>
&gt; Have Queue App any option to resolve this that I´m forgetting?<br>
<br>
</div></div>You could create two queues with the same members. &nbsp;I.E. myqueue and<br>
myqueue-record.<br>
<br>
Then based on time, send the calls to one queue or the other.<br>
<br>
--<br>
Kind Regards,<br>
<br>
Matt Riddell<br>
Director<br>
_______________________________________________<br>
<br>
<a href="http://www.venturevoip.com" target="_blank">http://www.venturevoip.com</a> (Great new VoIP end to end solution)<br>
<a href="http://www.venturevoip.com/news.php" target="_blank">http://www.venturevoip.com/news.php</a> (Daily Asterisk News - html)<br>
<a href="http://www.venturevoip.com/newrssfeed.php" target="_blank">http://www.venturevoip.com/newrssfeed.php</a> (Daily Asterisk News - rss)<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>
</blockquote></div><br>