summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 44c947df8..79f20f572 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -406,8 +406,17 @@ monitor-type = MixMonitor
;
; You can specify a post recording command to be executed after the end of
; recording by calling (from the dialplan)
+;
; Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MONITOR_FILENAME} /tmp/^{MONITOR_FILENAME})
;
+; or
+;
+; Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MIXMONITOR_FILENAME} /tmp/^{MIXMONITOR_FILENAME})
+;
+; If you choose to use the latter, you will not be able to switch the monitor-type back to Monitor
+; without changing this in the dialplan.
+;
+;
; The command specified within the contents of MONITOR_EXEC will be executed when
; the recording is over. Any strings matching ^{X} will be unescaped to ${X} and
; all variables will be evaluated just prior to recording being started.