aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-04 01:20:38 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-04 01:20:38 +0000
commit5dabbe1ca3bec0bfe38a5678f582566e844f6127 (patch)
treebb78543efed6e29bfa466e661d8c22d522b008f6 /configs
parent0cc11d4b2e1e669cf141cee4e97cbcd8b3e655bc (diff)
document the "debug" parameter, and the change
manager list -> manager show git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47184 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/manager.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
index 130b5e9ed..ee1b063da 100644
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -5,7 +5,7 @@
;
; This configuration file is read every time someone logs in
;
-; Use the "manager list commands" at the CLI to list available manager commands
+; Use the "manager show commands" at the CLI to list available manager commands
; and their authorization levels.
;
; "manager show command <command>" will show a help text.
@@ -14,7 +14,7 @@
; Note that you should not enable the AMI on a public IP address. If needed,
; block this TCP port with iptables (or another FW software) and reach it
; with IPsec, SSH, or SSL vpn tunnel. You can also make the manager
-; interface available over http if Asterisk's http server is enabled in
+; interface available over http/https if Asterisk's http server is enabled in
; http.conf and if both "enabled" and "webenabled" are set to yes in
; this file. Both default to no. httptimeout provides the maximum
; timeout in seconds before a web based session is discarded. The
@@ -32,6 +32,8 @@ bindaddr = 0.0.0.0
;
;timestampevents = yes
+; debug = on ; enable some debugging info in AMI messages (default off).
+ ; Also accessible through the "manager debug" CLI command.
;[mark]
;secret = mysecret
;deny=0.0.0.0/0.0.0.0