Update internal-ipv6.xml.noload

This commit is contained in:
FusionPBX 2022-08-09 10:31:30 -06:00 committed by GitHub
parent d9c2388975
commit d67fa590bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<!-- TLS version default: tlsv1,tlsv1.1,tlsv1.2 --> <!-- TLS version default: tlsv1,tlsv1.1,tlsv1.2 -->
<param name="tls-version" value="$${sip_tls_version}"/> <param name="tls-version" value="$${sip_tls_version}"/>
<!-- TLS ciphers default: ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH --> <!-- TLS ciphers default: ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH -->
<param name="tls-ciphers" value="$${sip_tls_ciphers}"/> <param name="tls-ciphers" value="$${sip_tls_ciphers}" enabled="false"/>
<!-- <!--
Connect timeout for outgoing requests using TLS (in milliseconds). Connect timeout for outgoing requests using TLS (in milliseconds).
Set the timeout and SIP engine will try again sending an outgoing request Set the timeout and SIP engine will try again sending an outgoing request