]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_pjsip: document legal dtls_verify endpoint options.
authorJaco Kroon <jaco@uls.co.za>
Sat, 11 Apr 2020 19:03:39 +0000 (21:03 +0200)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 13 Apr 2020 22:27:33 +0000 (17:27 -0500)
Change-Id: I7fa7c5c8a7ddb0bd525982f58bff3264ebbd9a1b

res/res_pjsip.c

index e55c157af144c1ad674fb40cff75fd12ac5e1b4b..de2a4e2bbae99569ae68d2679b26634c035a6764 100644 (file)
                                        <description><para>
                                                This option only applies if <replaceable>media_encryption</replaceable> is
                                                set to <literal>dtls</literal>.
-                                       </para></description>
+                                               </para><para>
+                                               It can be one of the following values:
+                                               </para><enumlist>
+                                                       <enum name="no"><para>
+                                                               meaning no verificaton is done.
+                                                       </para></enum>
+                                                       <enum name="fingerprint"><para>
+                                                               meaning to verify the remote fingerprint.
+                                                       </para></enum>
+                                                       <enum name="certificate"><para>
+                                                               meaning to verify the remote certificate.
+                                                       </para></enum>
+                                                       <enum name="yes"><para>
+                                                               meaning to verify both the remote fingerprint and certificate.
+                                                       </para></enum>
+                                               </enumlist>
+                                       </description>
                                </configOption>
                                <configOption name="dtls_rekey">
                                        <synopsis>Interval at which to renegotiate the TLS session and rekey the SRTP session</synopsis>