I found this property in queue.conf<br><span style="font-family: monospace;">; Calls may be recorded using Asterisk's monitor resource
</span><br><span style="font-family: monospace;"> ; This can be enabled from within the Queue application, starting recording
</span><br><span style="font-family: monospace;"> ; when the call is actually picked up; thus, only successful calls are
</span><br><span style="font-family: monospace;"> ; recorded, and you are not recording while people are listening to MOH.
</span><br><span style="font-family: monospace;"> ; To enable monitoring, simply specify "monitor-format"; it will be disabled
</span><br><span style="font-family: monospace;"> ; otherwise.
</span><br><span style="font-family: monospace;"> ;
</span><br><span style="font-family: monospace;"> ; monitor-format = gsm|wav|wav49
<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>