]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Update authentication realm documentation. 88/4988/3
authorRichard Mudgett <rmudgett@digium.com>
Sun, 1 Jan 2017 14:02:17 +0000 (08:02 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 21 Feb 2017 04:23:15 +0000 (22:23 -0600)
commit8a6cf4818f79ecef3399a6f46b0bfaa313bfe3d8
treef6b9ea99a6c7aa4a2fde8aeb2ca683ab0d894ad0
parentf390498a17681882ca6f5b89c8791c1e2b1fe269
res_pjsip: Update authentication realm documentation.

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 authentication uses.

An empty inbound auth realm represents the global section's default_realm
value when the authentication object is used to challenge an incoming
request.  An empty outgoing auth realm is treated as a don't care wildcard
when the authentication object is used to respond to an incoming
authentication challenge.

ASTERISK-26799

Change-Id: Id3952f7cfa1b6683b9954f2c5d2352d2f11059ce
configs/samples/pjsip.conf.sample
res/res_pjsip.c
res/res_pjsip_outbound_publish.c
res/res_pjsip_outbound_registration.c