From: Sean Bright Date: Tue, 23 May 2017 17:00:55 +0000 (-0400) Subject: sip.conf.sample: Clarify where DTLS settings are permitted X-Git-Tag: 13.17.0-rc1~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=971a401ce95ed0f566b2e90a52d69d0274c63ff8;p=thirdparty%2Fasterisk.git sip.conf.sample: Clarify where DTLS settings are permitted ASTERISK-25101 #close Change-Id: I09a97793e5577b4422d0ae883fadb3f0d86725cc --- diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample index 2ef997036b..75543036d4 100644 --- a/configs/samples/sip.conf.sample +++ b/configs/samples/sip.conf.sample @@ -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. ; +; 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 ; dtlsverify = yes ; Verify that provided peer certificate and fingerprint are valid ; ; A value of 'yes' will perform both certificate and fingerprint verification