From 245cdf50ba097ff9735097020d71bbad0ccf5d13 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 25 Jan 2007 01:48:52 +0000 Subject: [PATCH] Add another note about audio files being played back to each bridged party. (issue #8718 reported by ppyy) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@52162 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_mixmonitor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 3fa0468ab0..189efac010 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() - Adjust the heard volume by a factor of (range -4 to 4)\n" " V() - Adjust the spoken volume by a factor of (range -4 to 4)\n" " W() - Adjust the both heard and spoken volumes by a factor of \n" -- 2.47.2