Merge "sip.conf.sample: Clarify where DTLS settings are permitted" into 13

This commit is contained in:
Joshua Colp
2017-06-01 08:32:57 -05:00
committed by Gerrit Code Review

View File

@@ -1331,6 +1331,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; ;
; DTLS-SRTP support is available if the underlying RTP engine in use supports it. ; DTLS-SRTP support is available if the underlying RTP engine in use supports it.
; ;
; Note: DTLS configuration must be set directly on a user, peer, or friend. Setting these
; options globally in the [general] section will have no effect.
;
; dtlsenable = yes ; Enable or disable DTLS-SRTP support ; dtlsenable = yes ; Enable or disable DTLS-SRTP support
; dtlsverify = yes ; Verify that provided peer certificate and fingerprint are valid ; dtlsverify = yes ; Verify that provided peer certificate and fingerprint are valid
; ; A value of 'yes' will perform both certificate and fingerprint verification ; ; A value of 'yes' will perform both certificate and fingerprint verification