]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
how the hell did this happen... thanks dasbus
authorBrian West <brian@freeswitch.org>
Wed, 31 Dec 2008 02:41:29 +0000 (02:41 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 31 Dec 2008 02:41:29 +0000 (02:41 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11015 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal-ipv6.xml

index 856ac4905df74d7e9683288a313215a62197d61a..4aa782ddd88c2b6231cc93d7999426007f057258 100644 (file)
     <!-- 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>