[asterisk-commits] pabelanger: branch 1.8 r295361 - /branches/1.8/configs/res_curl.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 17 08:09:42 CST 2010
Author: pabelanger
Date: Wed Nov 17 08:09:38 2010
New Revision: 295361
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=295361
Log:
Uncomment settings under [global], to surpress warning when loading Asterisk.
Modified:
branches/1.8/configs/res_curl.conf.sample
Modified: branches/1.8/configs/res_curl.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/res_curl.conf.sample?view=diff&rev=295361&r1=295360&r2=295361
==============================================================================
--- branches/1.8/configs/res_curl.conf.sample (original)
+++ branches/1.8/configs/res_curl.conf.sample Wed Nov 17 08:09:38 2010
@@ -3,6 +3,6 @@
;
[globals]
;proxy=myproxy.example.com
-;proxytype=http
-;proxyport=8001
+proxytype=http
+proxyport=8001
;proxyuserpwd=asterisk:asteriskrocks
More information about the asterisk-commits
mailing list