[asterisk-commits] file: branch 1.2 r72378 - /branches/1.2/apps/app_mixmonitor.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jun 27 18:24:02 CDT 2007


Author: file
Date: Wed Jun 27 18:24:01 2007
New Revision: 72378

URL: http://svn.digium.com/view/asterisk?view=rev&rev=72378
Log:
Update documentation to clarify variable usage with MixMonitor. (issue #9494 reported by netoguy)

Modified:
    branches/1.2/apps/app_mixmonitor.c

Modified: branches/1.2/apps/app_mixmonitor.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_mixmonitor.c?view=diff&rev=72378&r1=72377&r2=72378
==============================================================================
--- branches/1.2/apps/app_mixmonitor.c (original)
+++ branches/1.2/apps/app_mixmonitor.c Wed Jun 27 18:24:01 2007
@@ -68,8 +68,8 @@
 " W(<x>) - Adjust the both heard and spoken volumes by a factor of <x>\n"
 "         (range -4 to 4)\n\n"	
 "<command> will be executed when the recording is over\n"
-"Any strings matching ^{X} will be unescaped to ${X} and \n"
-"all variables will be evaluated at that time.\n"
+"Any strings matching ^{X} will be unescaped to ${X}.\n"
+"All variables will be evaluated at the time MixMonitor is called.\n"
 "The variable MIXMONITOR_FILENAME will contain the filename used to record.\n"
 "";
 




More information about the asterisk-commits mailing list