]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_pjsip.c: Correct minor typos in 'realm' documentation.
authorSean Bright <sean.bright@gmail.com>
Thu, 3 Feb 2022 21:48:49 +0000 (16:48 -0500)
committerSean Bright <sean.bright@gmail.com>
Thu, 3 Feb 2022 21:48:49 +0000 (16:48 -0500)
Change-Id: I886936b808def5540d40071321e72f6bfa19063a

configs/samples/pjsip.conf.sample
res/res_pjsip.c

index 97bf89f0d72d05eb3e1701ec704cad49c5d3b0f9..8747ed69a492c4cc0cfe4e14ed867fb8c7912e69 100644 (file)
                ; headers.  If not specified, the global object's
                ; "default_realm" will be used.
                ;
-               ; For outgoing authentication (asterisk is the UAS), this
+               ; For outgoing authentication (asterisk is the UAC), this
                ; must either be the realm the server is expected to send,
                ; or left blank or contain a single '*' to automatically
                ; use the realm sent by the server. If you have multiple
-               ; auth object for an endpoint, the realm is also used to
+               ; auth objects for an endpoint, the realm is also used to
                ; match the auth object to the realm the server sent.
+               ;
                ; Using the same auth section for inbound and outbound
                ; authentication is not recommended.  There is a difference in
                ; meaning for an empty realm setting between inbound and outbound
index 1cd25cd2536f3f25f2f8a87c05599c8f17b3b2a5..366681d4aea15dd7ecfd6553a0161caf9cbfa2fa 100644 (file)
                                                <para>
                                                </para>
                                                <para>
-                                               For outgoing authentication (asterisk is the UAS), this
+                                               For outgoing authentication (asterisk is the UAC), this
                                                must either be the realm the server is expected to send,
                                                or left blank or contain a single '*' to automatically
                                                use the realm sent by the server. If you have multiple
-                                               auth object for an endpoint, the realm is also used to
+                                               auth objects for an endpoint, the realm is also used to
                                                match the auth object to the realm the server sent.
                                                </para>
                                                <para>