[asterisk-commits] mmichelson: trunk r81891 - in /trunk: ./ configs/queues.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 7 10:29:24 CDT 2007


Author: mmichelson
Date: Fri Sep  7 10:29:23 2007
New Revision: 81891

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81891
Log:
Merged revisions 81886 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r81886 | mmichelson | 2007-09-07 10:25:19 -0500 (Fri, 07 Sep 2007) | 3 lines

Moving the explanation for joinempty to a more appropriate place


........

Modified:
    trunk/   (props changed)
    trunk/configs/queues.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/configs/queues.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/queues.conf.sample?view=diff&rev=81891&r1=81890&r2=81891
==============================================================================
--- trunk/configs/queues.conf.sample (original)
+++ trunk/configs/queues.conf.sample Fri Sep  7 10:29:23 2007
@@ -258,6 +258,26 @@
 ;
 ; monitor-join = yes
 ;
+; ----------------------- TYPE MIXMONITOR OPTIONS -----------------------------
+;
+;
+; You can specify the options supplied to MixMonitor by calling
+;   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
+;   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 recording is over. Any strings matching ^{X} will be unescaped to ${X} and
+; all variables will be evaluated just prior to recording being started.
+;
+; The contents of MONITOR_FILENAME will also be unescaped from ^{X} to ${X} and
+; all variables will be evaluated just prior to recording being started.
+;
+;
 ; This setting controls whether callers can join a queue with no members. There
 ; are three choices:
 ;
@@ -266,33 +286,9 @@
 ; strict - callers cannot join a queue with no members or only unavailable
 ;          members
 ; loose  - same as strict, but paused queue members do not count as unavailable
-;          
-;
-; ----------------------- TYPE MIXMONITOR OPTIONS -----------------------------
-;
-;
-; You can specify the options supplied to MixMonitor by calling
-;   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
-;   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 recording is over. Any strings matching ^{X} will be unescaped to ${X} and
-; all variables will be evaluated just prior to recording being started.
-;
-; The contents of MONITOR_FILENAME will also be unescaped from ^{X} to ${X} and
-; all variables will be evaluated just prior to recording being started.
-;
-;
-;
-;
-;
 ;
 ; joinempty = yes
+;
 ;
 ; If you wish to remove callers from the queue when new callers cannot join,
 ; set this setting to one of the same choices for 'joinempty'




More information about the asterisk-commits mailing list