I found this property in queue.conf<br><span style="font-family: monospace;">;&nbsp;Calls&nbsp;may&nbsp;be&nbsp;recorded&nbsp;using&nbsp;Asterisk&#39;s&nbsp;monitor&nbsp;resource&nbsp;
</span><br><span style="font-family: monospace;">&nbsp;;&nbsp;This&nbsp;can&nbsp;be&nbsp;enabled&nbsp;from&nbsp;within&nbsp;the&nbsp;Queue&nbsp;application,&nbsp;starting&nbsp;recording&nbsp;
</span><br><span style="font-family: monospace;">&nbsp;;&nbsp;when&nbsp;the&nbsp;call&nbsp;is&nbsp;actually&nbsp;picked&nbsp;up;&nbsp;thus,&nbsp;only&nbsp;successful&nbsp;calls&nbsp;are&nbsp;
</span><br><span style="font-family: monospace;">&nbsp;;&nbsp;recorded,&nbsp;and&nbsp;you&nbsp;are&nbsp;not&nbsp;recording&nbsp;while&nbsp;people&nbsp;are&nbsp;listening&nbsp;to&nbsp;MOH.&nbsp;
</span><br><span style="font-family: monospace;">&nbsp;;&nbsp;To&nbsp;enable&nbsp;monitoring,&nbsp;simply&nbsp;specify&nbsp;&quot;monitor-format&quot;;&nbsp;it&nbsp;will&nbsp;be&nbsp;disabled&nbsp;
</span><br><span style="font-family: monospace;">&nbsp;;&nbsp;otherwise.&nbsp;
</span><br><span style="font-family: monospace;">&nbsp;;&nbsp;
</span><br><span style="font-family: monospace;">&nbsp;;&nbsp;monitor-format&nbsp;=&nbsp;gsm|wav|wav49&nbsp;
<br><br></span>but I need to monitor queue calls depending on the time, not everytime.<br><br>I have configured queue.conf in my postgres, but I don´t like to put an automatic taskin Linux to insert row, reload in Asterisk and then delete the row and reload Asterisk when time is over.<br>
<br>Dynamically I can set in queue app to caller or called ca monitor their calls using<br><ul><li> w — allow the called user to write the conversation to disk via Monitor.
</li><li> W — allow the calling user to write the conversation to disk via Monitor.
</li></ul>But I need to monitor all the calls.<br><br>I do some operation in dialplan depending the time using <br>GotoIfTime(21:00-09:00|sat|*|*?context1|96|1)<br><br>Have Queue App any option to resolve this that I´m forgetting?<br>
<br>Any Ideas?<br><br>Thanks<br><br><br>