aboutsummaryrefslogtreecommitdiffstats
path: root/configs/manager.conf.sample
diff options
context:
space:
mode:
authorpari <pari@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-04 20:11:03 +0000
committerpari <pari@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-04 20:11:03 +0000
commit87cb2a33a9b0f1113005a1a8199361aaddea556b (patch)
tree6fffbb28437b5305b5c2be87c80c09f725ccadf3 /configs/manager.conf.sample
parentf3039158d85599fe4d337c1b7b0a20619db5a75f (diff)
Merged revisions 63047 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63047 | pari | 2007-05-04 11:45:29 -0500 (Fri, 04 May 2007) | 1 line explanation for httptimeout in manager.conf ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63105 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/manager.conf.sample')
-rw-r--r--configs/manager.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
index 6f2eec859..11ba37354 100644
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -24,7 +24,14 @@
enabled = no
;webenabled = yes
port = 5038
+
;httptimeout = 60
+; a) httptimeout sets the Max-Age of the http cookie
+; b) httptimeout is the amount of time the webserver waits
+; on a action=waitevent request (actually its httptimeout-10)
+; c) httptimeout is also the amount of time the webserver keeps
+; a http session alive after completing a successful action
+
bindaddr = 0.0.0.0
; Parameters that control AMI over TLS. ("enabled" must be set too).