summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-01 17:14:02 +0000
committerDavid Troy <dave@popvox.com>2006-04-01 17:14:02 +0000
commit8d71d312a9a49a1d81088d27d7d7c0fae9f2e2f2 (patch)
treed83b1cf2b52d01831df9b81a1d2841a5b5cb5c9a
parentd42357d54b2c933a95ac637c9c1e521b3dbf0a16 (diff)
downloadastmanproxy-8d71d312a9a49a1d81088d27d7d7c0fae9f2e2f2.tar.gz
astmanproxy-8d71d312a9a49a1d81088d27d7d7c0fae9f2e2f2.tar.xz
astmanproxy-8d71d312a9a49a1d81088d27d7d7c0fae9f2e2f2.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@41 f02b47b9-160a-0410-81a6-dc3441afb0ec
-rw-r--r--astmanproxy.conf18
1 files changed, 13 insertions, 5 deletions
diff --git a/astmanproxy.conf b/astmanproxy.conf
index ec19621..fdf7d66 100644
--- a/astmanproxy.conf
+++ b/astmanproxy.conf
@@ -1,10 +1,12 @@
; astmanproxy.conf
; Asterisk Manager Proxy Configuration Sample
-; (C) 2005 David C. Troy
+; (C) 2005-2006 David C. Troy
; List of asterisk host(s) you want to proxy
-; host = ip_addr, port, user, secret, events
-host = localhost, 5038, dave, moo, on
+; host = ip_addr, port, user, secret, events, use_ssl
+host = localhost, 5038, dave, moo, on, off
+host = 192.168.1.173, 5038, dave, moo, on, on
+
;host = 127.0.0.2, 5038, user, secret, on
;host = otherhost, 5038, user, secret, on
;host = newhost, 5030, user, secret, off
@@ -19,6 +21,12 @@ retryinterval = 2
; use 0 for infinitely, or some finite number
maxretries = 10
+; Amount of time to wait before timing out on writes to asterisk
+asteriskwritetimeout=100
+
+; Amount of time to wait before timing out on writes to clients
+clientwritetimeout=200
+
; Address for proxy to listen on, can be set to * or x.x.x.x format
; recommend that you listen only on 127.0.0.1 or on an interface that
; is otherwise locked down to a trusted host, since the proxy
@@ -58,6 +66,6 @@ outputformat = standard
autofilter = off
; location of logfile -- will be owned by proc_user/proc_group
-;logfile = /var/log/asterisk/astmanproxy.log
-logfile = /opt/log/asterisk/astmanproxy.log
+;logfile = /opt/log/asterisk/astmanproxy.log
+logfile = /var/log/asterisk/astmanproxy.log