summaryrefslogtreecommitdiffstats
path: root/configs/astmanproxy.conf
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-08 02:50:08 +0000
committerDavid Troy <dave@popvox.com>2006-04-08 02:50:08 +0000
commite8b7c17417fb7688bb06b2ce825c9838be3f020c (patch)
tree4d8a1e5c42012860f6f5d8c25d0f01f4d30e23c7 /configs/astmanproxy.conf
parent23a4a54c8ffbfa1a6430d926bd88f90234a39812 (diff)
downloadastmanproxy-e8b7c17417fb7688bb06b2ce825c9838be3f020c.tar.gz
astmanproxy-e8b7c17417fb7688bb06b2ce825c9838be3f020c.tar.xz
astmanproxy-e8b7c17417fb7688bb06b2ce825c9838be3f020c.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@97 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'configs/astmanproxy.conf')
-rw-r--r--configs/astmanproxy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/astmanproxy.conf b/configs/astmanproxy.conf
index 6164e9c..6d46bb2 100644
--- a/configs/astmanproxy.conf
+++ b/configs/astmanproxy.conf
@@ -5,8 +5,8 @@
; List of asterisk host(s) you want to proxy
; 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 = 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
@@ -28,7 +28,7 @@ sslclienthellotimeout = 200
acceptencryptedconnection = yes
; Do we accept unencrypted manager connections?
-acceptunencryptedconnection = no
+acceptunencryptedconnection = yes
; Amount of time to wait before timing out on writes to asterisk
asteriskwritetimeout=100