aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 23:58:36 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 23:58:36 +0000
commit31d3db8e43cddceb37db370dfec2f0e4fb42ae8d (patch)
tree04904e027ed71e9c03fbb499197c0184c59b83bc /apps
parent477bc3f0dc1f81dcec5535fe4308c0ac2d0cddae (diff)
Update MixMonitor documentation.
Updated the MixMonitor documentation for the 'b' option so that it is more obvious that you must not optimize awat the Local channel when using this option. (issue #14829) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@197896 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_mixmonitor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index f93bf130e..8f9a26e8e 100644
--- a/apps/app_mixmonitor.c
+++ b/apps/app_mixmonitor.c
@@ -61,6 +61,10 @@ static const char *desc = ""
" b - Only save audio to the file while the channel is bridged.\n"
" Note: Does not include conferences or sounds played to each bridged\n"
" party.\n"
+" Note: If you utilize this option inside a Local channel, you must\n"
+" make sure the Local channel is not optimized away. To do this,\n"
+" be sure to call your Local channel with the '/n' option.\n"
+" For example: Dial(Local/start@mycontext/n)\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"