Skip to content
Snippets Groups Projects
Commit 8942f4e4 authored by Jason Parker's avatar Jason Parker
Browse files

Merged revisions 213493 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r213493 | qwell | 2009-08-21 11:03:21 -0500 (Fri, 21 Aug 2009) | 5 lines
  
  Clarify queues.conf comments to specify that variables should be set in the dialplan.
  
  (closes issue #15755)
  Reported by: trendboy
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1c14bd4b
Branches
Tags
No related merge requests found
...@@ -356,13 +356,13 @@ shared_lastcall=no ...@@ -356,13 +356,13 @@ shared_lastcall=no
; ----------------------- TYPE MIXMONITOR OPTIONS ----------------------------- ; ----------------------- 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>)) ; Set(MONITOR_OPTIONS=av(<x>)V(<x>)W(<x>))
; The 'b' option for MixMonitor (only save audio to the file while bridged) is ; The 'b' option for MixMonitor (only save audio to the file while bridged) is
; implied. ; implied.
; ;
; You can specify a post recording command to be executed after the end of ; 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}) ; 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 ; The command specified within the contents of MONITOR_EXEC will be executed when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment