mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
res_pjsip: Update authenticate_qualify documentation.
Change-Id: I3811de0014b1ffe96d4a3b49cddd5d4ca02ee5d4
This commit is contained in:
@@ -263,7 +263,7 @@ struct ast_sip_contact {
|
|||||||
struct timeval expiration_time;
|
struct timeval expiration_time;
|
||||||
/*! Frequency to send OPTIONS requests to contact. 0 is disabled. */
|
/*! Frequency to send OPTIONS requests to contact. 0 is disabled. */
|
||||||
unsigned int qualify_frequency;
|
unsigned int qualify_frequency;
|
||||||
/*! If true authenticate the qualify if needed */
|
/*! If true authenticate the qualify challenge response if needed */
|
||||||
int authenticate_qualify;
|
int authenticate_qualify;
|
||||||
/*! Qualify timeout. 0 is diabled. */
|
/*! Qualify timeout. 0 is diabled. */
|
||||||
double qualify_timeout;
|
double qualify_timeout;
|
||||||
@@ -346,7 +346,7 @@ struct ast_sip_aor {
|
|||||||
unsigned int default_expiration;
|
unsigned int default_expiration;
|
||||||
/*! Frequency to send OPTIONS requests to AOR contacts. 0 is disabled. */
|
/*! Frequency to send OPTIONS requests to AOR contacts. 0 is disabled. */
|
||||||
unsigned int qualify_frequency;
|
unsigned int qualify_frequency;
|
||||||
/*! If true authenticate the qualify if needed */
|
/*! If true authenticate the qualify challenge response if needed */
|
||||||
int authenticate_qualify;
|
int authenticate_qualify;
|
||||||
/*! Maximum number of external contacts, 0 to disable */
|
/*! Maximum number of external contacts, 0 to disable */
|
||||||
unsigned int max_contacts;
|
unsigned int max_contacts;
|
||||||
|
@@ -1366,12 +1366,17 @@
|
|||||||
If <literal>0</literal> no timeout. Time in fractional seconds.
|
If <literal>0</literal> no timeout. Time in fractional seconds.
|
||||||
</para></description>
|
</para></description>
|
||||||
</configOption>
|
</configOption>
|
||||||
<configOption name="authenticate_qualify" default="no">
|
<configOption name="authenticate_qualify">
|
||||||
<synopsis>Authenticates a qualify request if needed</synopsis>
|
<synopsis>Authenticates a qualify challenge response if needed</synopsis>
|
||||||
<description><para>
|
<description>
|
||||||
If true and a qualify request receives a challenge or authenticate response
|
<para>If true and a qualify request receives a challenge response then
|
||||||
authentication is attempted before declaring the contact available.
|
authentication is attempted before declaring the contact available.
|
||||||
</para></description>
|
</para>
|
||||||
|
<note><para>This option does nothing as we will always complete
|
||||||
|
the challenge response authentication if the qualify request is
|
||||||
|
challenged.
|
||||||
|
</para></note>
|
||||||
|
</description>
|
||||||
</configOption>
|
</configOption>
|
||||||
<configOption name="outbound_proxy">
|
<configOption name="outbound_proxy">
|
||||||
<synopsis>Outbound proxy used when sending OPTIONS request</synopsis>
|
<synopsis>Outbound proxy used when sending OPTIONS request</synopsis>
|
||||||
@@ -1565,12 +1570,17 @@
|
|||||||
If <literal>0</literal> no timeout. Time in fractional seconds.
|
If <literal>0</literal> no timeout. Time in fractional seconds.
|
||||||
</para></description>
|
</para></description>
|
||||||
</configOption>
|
</configOption>
|
||||||
<configOption name="authenticate_qualify" default="no">
|
<configOption name="authenticate_qualify">
|
||||||
<synopsis>Authenticates a qualify request if needed</synopsis>
|
<synopsis>Authenticates a qualify challenge response if needed</synopsis>
|
||||||
<description><para>
|
<description>
|
||||||
If true and a qualify request receives a challenge or authenticate response
|
<para>If true and a qualify request receives a challenge response then
|
||||||
authentication is attempted before declaring the contact available.
|
authentication is attempted before declaring the contact available.
|
||||||
</para></description>
|
</para>
|
||||||
|
<note><para>This option does nothing as we will always complete
|
||||||
|
the challenge response authentication if the qualify request is
|
||||||
|
challenged.
|
||||||
|
</para></note>
|
||||||
|
</description>
|
||||||
</configOption>
|
</configOption>
|
||||||
<configOption name="outbound_proxy">
|
<configOption name="outbound_proxy">
|
||||||
<synopsis>Outbound proxy used when sending OPTIONS request</synopsis>
|
<synopsis>Outbound proxy used when sending OPTIONS request</synopsis>
|
||||||
|
Reference in New Issue
Block a user