aboutsummaryrefslogtreecommitdiffstats
path: root/configs/manager.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-17 15:56:55 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-17 15:56:55 +0000
commit364b814fdbde3b390f9b16a6f4dec3ab6f44f382 (patch)
treeddc794b3b50146ad7790d59438d0c730d1a5561f /configs/manager.conf.sample
parent0cbe22734bb7a4b1b8e4b65150292786c377ee21 (diff)
Merge config sample updates mentioning reload (bug #3697)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5187 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/manager.conf.sample')
-rwxr-xr-xconfigs/manager.conf.sample22
1 files changed, 21 insertions, 1 deletions
diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
index 5c6195d66..e2d92704a 100755
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -1,5 +1,23 @@
;
-; Asterisk Call Management support
+; AMI - The Asterisk Manager Interface
+;
+; Third party application call management support
+; and PBX event supervision
+;
+; This configuration file is read every time someone
+; logs in
+;
+; Use the "show manager commands" at the CLI to list
+; availabale manager commands and their authorization
+; levels.
+;
+; "show manager command <command>" will show a help text.
+;
+; ------------------- SECURITY NOTE -----------------
+; 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
;
[general]
enabled = no
@@ -11,5 +29,7 @@ bindaddr = 0.0.0.0
;secret = mysecret
;deny=0.0.0.0/0.0.0.0
;permit=209.16.236.73/255.255.255.0
+;
+; Authorization for various classes
;read = system,call,log,verbose,command,agent,user
;write = system,call,log,verbose,command,agent,user