]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Clarify queues.conf comments to specify that variables should be set in the dialplan.
authorJason Parker <jparker@digium.com>
Fri, 21 Aug 2009 16:03:21 +0000 (16:03 +0000)
committerJason Parker <jparker@digium.com>
Fri, 21 Aug 2009 16:03:21 +0000 (16:03 +0000)
(closes issue #15755)
Reported by: trendboy

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@213493 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/queues.conf.sample

index a4f714df4b1aae0ea05ee475bb58eea45f8c353f..532e240dbdabe9780f897fbf55915db43a6a5f08 100644 (file)
@@ -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