[svn-commits] lmadsen: branch 10 r346473 - in /branches/10: ./ configs/queues.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 30 13:37:05 CST 2011


Author: lmadsen
Date: Wed Nov 30 13:37:02 2011
New Revision: 346473

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=346473
Log:
Update queues.conf.sample documentation.

Update the documentation surrounding the use of MONITOR_EXEC to make it more clear
that it can be used for both Monitor() and MixMonitor() usage.

(closes issue ASTERISK-17413)
Reported by: David Woolley
Patches:
     issue18817_mixmonitor_queues_doc.diff by Michael L. Young (License #5026)
........

Merged revisions 346472 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/10/configs/queues.conf.sample?view=diff&rev=346473&r1=346472&r2=346473
==============================================================================
--- branches/10/configs/queues.conf.sample (original)
+++ branches/10/configs/queues.conf.sample Wed Nov 30 13:37:02 2011
@@ -390,7 +390,16 @@
 ;
 ; 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




More information about the svn-commits mailing list