aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-21 16:03:21 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-21 16:03:21 +0000
commit36b246fe6f8d16b5f035f0fa9f1c497c120935c4 (patch)
treefffb477429516dc49be57bce20774ed7b9d82249 /configs
parent7031d3adf4e1646de32c9b35d3eb2412ea41588c (diff)
Clarify queues.conf comments to specify that variables should be set in the dialplan.
(closes issue #15755) Reported by: trendboy git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@213493 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index a4f714df4..532e240db 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -214,13 +214,13 @@ monitor-type = MixMonitor
; ----------------------- TYPE MIXMONITOR OPTIONS -----------------------------
;
;
-; You can specify the options supplied to MixMonitor by calling
+; You can specify the options supplied to MixMonitor by calling (from the dialplan)
; Set(MONITOR_OPTIONS=av(<x>)V(<x>)W(<x>))
; The 'b' option for MixMonitor (only save audio to the file while bridged) is
; implied.
;
; You can specify a post recording command to be executed after the end of
-; recording by calling
+; recording by calling (from the dialplan)
; Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MONITOR_FILENAME} /tmp/^{MONITOR_FILENAME})
;
; The command specified within the contents of MONITOR_EXEC will be executed when