[Freeswitch-trunk] [commit] r6964 - freeswitch/trunk/conf/sip_profiles
Freeswitch SVN
brian at freeswitch.org
Sat Dec 22 20:53:54 EST 2007
Author: brian
Date: Sat Dec 22 20:53:53 2007
New Revision: 6964
Modified:
freeswitch/trunk/conf/sip_profiles/default.xml
Log:
tls off by default
Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml Sat Dec 22 20:53:53 2007
@@ -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-trunk
mailing list