[Asterisk-code-review] res_pjsip.c: Correct minor typos in 'realm' documentation. (asterisk[19])
Sean Bright
asteriskteam at digium.com
Thu Feb 3 17:00:07 CST 2022
Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17980 )
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/80/17980/1
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 2d57208..6f0601d 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -994,12 +994,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 2f9edfb..0ef2030 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/+/17980
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 19
Gerrit-Change-Id: I886936b808def5540d40071321e72f6bfa19063a
Gerrit-Change-Number: 17980
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/74590af9/attachment.html>
More information about the asterisk-code-review
mailing list