]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Update authentication realm documentation. 85/4985/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:20:53 +0000 (22:20 -0600)
commit9f11da85a21baac5d248e32ee1cc81ae55c2a991
tree1979203da84b5d1e672d897ea2c4c2eaad52774f
parent557ef67690e57b11b8d99f9c7cfa67376890dd49
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