From: Joshua Colp Date: Wed, 27 Jun 2007 23:24:01 +0000 (+0000) Subject: Update documentation to clarify variable usage with MixMonitor. (issue #9494 reported... X-Git-Tag: 1.2.20~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac9dd609c640ec840383d50cc9c1cf56119d412;p=thirdparty%2Fasterisk.git Update documentation to clarify variable usage with MixMonitor. (issue #9494 reported by netoguy) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@72378 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 808cd58f83..9f3e2e32e1 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -68,8 +68,8 @@ static const char *desc = "" " W() - Adjust the both heard and spoken volumes by a factor of \n" " (range -4 to 4)\n\n" " 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" "";