Merge "res_pjsip: Update authenticate_qualify documentation." into 13

This commit is contained in:
Jenkins2
2018-04-06 06:37:40 -05:00
committed by Gerrit Code Review
2 changed files with 22 additions and 12 deletions

View File

@@ -261,7 +261,7 @@ struct ast_sip_contact {
struct timeval expiration_time;
/*! Frequency to send OPTIONS requests to contact. 0 is disabled. */
unsigned int qualify_frequency;
/*! If true authenticate the qualify if needed */
/*! If true authenticate the qualify challenge response if needed */
int authenticate_qualify;
/*! Qualify timeout. 0 is diabled. */
double qualify_timeout;
@@ -340,7 +340,7 @@ struct ast_sip_aor {
unsigned int default_expiration;
/*! Frequency to send OPTIONS requests to AOR contacts. 0 is disabled. */
unsigned int qualify_frequency;
/*! If true authenticate the qualify if needed */
/*! If true authenticate the qualify challenge response if needed */
int authenticate_qualify;
/*! Maximum number of external contacts, 0 to disable */
unsigned int max_contacts;

View File

@@ -1313,12 +1313,17 @@
If <literal>0</literal> no timeout. Time in fractional seconds.
</para></description>
</configOption>
<configOption name="authenticate_qualify" default="no">
<synopsis>Authenticates a qualify request if needed</synopsis>
<description><para>
If true and a qualify request receives a challenge or authenticate response
<configOption name="authenticate_qualify">
<synopsis>Authenticates a qualify challenge response if needed</synopsis>
<description>
<para>If true and a qualify request receives a challenge response then
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 name="outbound_proxy">
<synopsis>Outbound proxy used when sending OPTIONS request</synopsis>
@@ -1512,12 +1517,17 @@
If <literal>0</literal> no timeout. Time in fractional seconds.
</para></description>
</configOption>
<configOption name="authenticate_qualify" default="no">
<synopsis>Authenticates a qualify request if needed</synopsis>
<description><para>
If true and a qualify request receives a challenge or authenticate response
<configOption name="authenticate_qualify">
<synopsis>Authenticates a qualify challenge response if needed</synopsis>
<description>
<para>If true and a qualify request receives a challenge response then
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 name="outbound_proxy">
<synopsis>Outbound proxy used when sending OPTIONS request</synopsis>