[asterisk-commits] res_pjsip.c: Correct minor typos in 'realm' documentation. (asterisk[certified/18.9])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 13 07:28:23 CDT 2022
George Joseph has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/18787 )
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(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved; Approved for Submit
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 498b8d4..a053a29 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -998,12 +998,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 c102782..bed94dd 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -1605,11 +1605,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/+/18787
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: certified/18.9
Gerrit-Change-Id: I886936b808def5540d40071321e72f6bfa19063a
Gerrit-Change-Number: 18787
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-CC: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20220713/16b1ebd2/attachment-0001.html>
More information about the asterisk-commits
mailing list