[Freeswitch-svn] [commit] r7360 - freeswitch/trunk/conf/sip_profiles
Freeswitch SVN
brian at freeswitch.org
Fri Jan 25 14:50:13 EST 2008
Author: brian
Date: Fri Jan 25 14:50:13 2008
New Revision: 7360
Modified:
freeswitch/trunk/conf/sip_profiles/default.xml
Log:
stop turning on tls
Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml Fri Jan 25 14:50:13 2008
@@ -46,7 +46,7 @@
<!--<param name="bind-params" value="transport=udp"/>-->
<!-- TLS: disabled by default, set to "true" to enable -->
- <param name="tls" value="true"/>
+ <param name="tls" value="false"/>
<!-- additional bind parameters for TLS -->
<param name="tls-bind-params" value="transport=tls"/>
<!-- Port to listen on for TLS requests. (5061 will be used if unspecified) -->
More information about the Freeswitch-svn
mailing list