mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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
This commit is contained in:
@@ -55,7 +55,18 @@
|
||||
<synopsis>Expiration time for publications in seconds</synopsis>
|
||||
</configOption>
|
||||
<configOption name="outbound_auth" default="">
|
||||
<synopsis>Authentication object to be used for outbound publishes.</synopsis>
|
||||
<synopsis>Authentication object(s) to be used for outbound publishes.</synopsis>
|
||||
<description><para>
|
||||
This is a comma-delimited list of <replaceable>auth</replaceable>
|
||||
sections defined in <filename>pjsip.conf</filename> used to respond
|
||||
to outbound authentication challenges.</para>
|
||||
<note><para>
|
||||
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. See the auth realm description for details.
|
||||
</para></note>
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="outbound_proxy" default="">
|
||||
<synopsis>SIP URI of the outbound proxy used to send publishes</synopsis>
|
||||
|
Reference in New Issue
Block a user