summaryrefslogtreecommitdiff
path: root/asterisk.8
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-26 21:47:52 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-26 21:47:52 +0000
commit0f912e5926373f144833b9db4e9c577699a02920 (patch)
treeb95b4a3ff52ff6be585b68f0fbe19dfdaf3965d2 /asterisk.8
parent79161454a391d307f821deb45485da2f8a1f0428 (diff)
Fix various problems in the addition of the ability to mute log/verbose
output to remove consoles. The prototypes added to logger.h still need doxygen documentation, as well. - Add the new command line option to the man page - make the mute option a flag instead of an int since it is only a binary option - remove useless extern keywords for prototypes added to logger.h - rename ast_console_mute() to ast_console_toggle_mute() since that is what it actually does - actually apply the mute option to newly created remote consoles instead of only working when the CLI command is used - don't imply the NO_FORK option if the mute command line option is provided - place the new CLI command in the correct place in the list which has to be in alphabetical order - Finally, clean up a few spacing issues to conform to the coding guidelines git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30630 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'asterisk.8')
-rw-r--r--asterisk.83
1 files changed, 3 insertions, 0 deletions
diff --git a/asterisk.8 b/asterisk.8
index b90e342ff..47b89e1fd 100644
--- a/asterisk.8
+++ b/asterisk.8
@@ -85,6 +85,9 @@ Limits the maximum load average before rejecting new calls. This can
be useful to prevent a system from being brought down by terminating
too many simultaneous calls.
.TP
+\fB-m\fR
+Disable log and verbose output to remote (-r) consoles.
+.TP
\fB-M \fIvalue\fB\fR
Limits the maximum number of calls to the specified value. This can
be useful to prevent a system from being brought down by terminating