Merge pull request #913 from traud/patch-5

[configuration] Copy TLS ciphers from vars.xml even in Vanilla External
This commit is contained in:
Andrey Volk 2020-12-18 01:46:23 +04:00 committed by GitHub
commit 9908a9ac02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -92,5 +92,7 @@
<param name="tls-verify-in-subjects" value=""/>
<!-- TLS version ("sslv23" (default), "tlsv1"). NOTE: Phones may not work with TLSv1 -->
<param name="tls-version" value="$${sip_tls_version}"/>
<!-- TLS ciphers default: ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH -->
<param name="tls-ciphers" value="$${sip_tls_ciphers}"/>
</settings>
</profile>