summaryrefslogtreecommitdiff
path: root/configs/manager.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-04-01 08:49:54 +0000
committerMark Spencer <markster@digium.com>2006-04-01 08:49:54 +0000
commitbfba044b5f2acc4d83f0d995a03f421ef9d826b7 (patch)
tree7d74fc1d9c8da4425d180dec71f1e3dbe9b29d7e /configs/manager.conf.sample
parent46a1b7c73b8d8d47efbd6fb7529562858ae883cf (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: https://origsvn.digium.com/svn/asterisk/trunk@16850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
;