Browse Source

disable fs tls by default

3.17
karl anderson 12 years ago
parent
commit
3b10eb75e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      freeswitch/sip_profiles/sipinterface_1.xml

+ 1
- 1
freeswitch/sip_profiles/sipinterface_1.xml View File

@ -90,7 +90,7 @@
<!-- TLS -->
<param name="tls" value="true"/>
<param name="tls" value="false"/>
<param name="tls-sip-port" value="11001"/>
<param name="tls-cert-dir" value="/etc/kazoo/freeswitch/certs"/>
<!--<param name="tls-only" value="false"/>


Loading…
Cancel
Save