aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-25 01:48:52 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-25 01:48:52 +0000
commit0d4b5312de4c0efa3471473c528e2450c349338c (patch)
tree2269545d37ca126c38a693364210c92a08d4fa44 /apps
parent29f3f92a24a0254e78dc89b20824fd012ac1f2b4 (diff)
Add another note about audio files being played back to each bridged party. (issue #8718 reported by ppyy)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52162 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_mixmonitor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index 3fa0468ab..189efac01 100644
--- a/apps/app_mixmonitor.c
+++ b/apps/app_mixmonitor.c
@@ -61,7 +61,8 @@ static const char *desc = ""
"Valid options:\n"
" a - Append to the file instead of overwriting it.\n"
" b - Only save audio to the file while the channel is bridged.\n"
-" Note: does not include conferences.\n"
+" Note: Does not include conferences or sounds played to each bridged\n"
+" party.\n"
" v(<x>) - Adjust the heard volume by a factor of <x> (range -4 to 4)\n"
" V(<x>) - Adjust the spoken volume by a factor of <x> (range -4 to 4)\n"
" W(<x>) - Adjust the both heard and spoken volumes by a factor of <x>\n"