[Asterisk-code-review] res_pjsip.c: Correct minor typos in 'realm' documentation. (asterisk[16])

Sean Bright asteriskteam at digium.com
Thu Feb 3 16:24:53 CST 2022


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17956 )


Change subject: res_pjsip.c: Correct minor typos in 'realm' documentation.
......................................................................

res_pjsip.c: Correct minor typos in 'realm' documentation.

Change-Id: I886936b808def5540d40071321e72f6bfa19063a
---
M configs/samples/pjsip.conf.sample
M res/res_pjsip.c
2 files changed, 5 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/56/17956/1

diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 97bf89f..8747ed6 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -941,12 +941,13 @@
                ; 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
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 1cd25cd..366681d 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -1288,11 +1288,11 @@
 						<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>

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17956
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I886936b808def5540d40071321e72f6bfa19063a
Gerrit-Change-Number: 17956
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220203/51f12695/attachment-0001.html>


More information about the asterisk-code-review mailing list