aboutsummaryrefslogtreecommitdiffstats
path: root/configs/manager.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-01 08:49:54 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-01 08:49:54 +0000
commit7014c0e5dd398d127b2027d9cd23198dfb0fd239 (patch)
tree7d74fc1d9c8da4425d180dec71f1e3dbe9b29d7e /configs/manager.conf.sample
parent365090435aee1c9fa51fa27c49a085ec5c39b94e (diff)
Flesh out the remainder of the manager + http changes and create a sample application to partially
demonstrate the capability of manager over http. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16850 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/manager.conf.sample')
-rw-r--r--configs/manager.conf.sample9
1 files changed, 8 insertions, 1 deletions
diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
index cdca9bc63..1db1ef4cc 100644
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -13,11 +13,18 @@
; ---------------------------- 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
+; 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
+; 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
+; default is 60 seconds.
;
[general]
enabled = no
+;webenabled = yes
port = 5038
+;httptimeout = 60
bindaddr = 0.0.0.0
;displayconnects = yes
;