]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update documentation to clarify variable usage with MixMonitor. (issue #9494 reported...
authorJoshua Colp <jcolp@digium.com>
Wed, 27 Jun 2007 23:24:01 +0000 (23:24 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 27 Jun 2007 23:24:01 +0000 (23:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@72378 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_mixmonitor.c

index 808cd58f83de986b37c7ee574ea37bc75245e5eb..9f3e2e32e122ab67dfbc0db6e93551517379b705 100644 (file)
@@ -68,8 +68,8 @@ static const char *desc = ""
 " 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"
 "";