[Freeswitch-svn] [commit] r11015 - freeswitch/trunk/conf/sip_profiles
FreeSWITCH SVN
brian at freeswitch.org
Tue Dec 30 18:41:30 PST 2008
Author: brian
Date: Tue Dec 30 21:41:29 2008
New Revision: 11015
Log:
how the hell did this happen... thanks dasbus
Modified:
freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
Modified: freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml Tue Dec 30 21:41:29 2008
@@ -115,17 +115,6 @@
<!-- set to true to have the profile determine stun is not useful and turn it off globally-->
<!--<param name="stun-auto-disable" value="true"/>-->
- <!-- TLS: disabled by default, set to "true" to enable -->
- <param name="tls" value="$${internal_ssl_enable}"/>
- <!-- 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) -->
- <param name="tls-sip-port" value="$${internal_tls_port}"/>
- <!-- Location of the agent.pem and cafile.pem ssl certificates (needed for TLS server) -->
- <param name="tls-cert-dir" value="$${internal_ssl_dir}"/>
- <!-- TLS version ("sslv23" (default), "tlsv1"). NOTE: Phones may not work with TLSv1 -->
- <param name="tls-version" value="$${sip_tls_version}"/>
-
</settings>
</profile>
More information about the Freeswitch-svn
mailing list