<p>Richard Mudgett has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8728">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip: Update authenticate_qualify documentation.<br><br>Change-Id: I3811de0014b1ffe96d4a3b49cddd5d4ca02ee5d4<br>---<br>M include/asterisk/res_pjsip.h<br>M res/res_pjsip.c<br>2 files changed, 22 insertions(+), 12 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/28/8728/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h<br>index 2a7eb0a..2acdf6f 100644<br>--- a/include/asterisk/res_pjsip.h<br>+++ b/include/asterisk/res_pjsip.h<br>@@ -263,7 +263,7 @@<br> struct timeval expiration_time;<br> /*! Frequency to send OPTIONS requests to contact. 0 is disabled. */<br> unsigned int qualify_frequency;<br>- /*! If true authenticate the qualify if needed */<br>+ /*! If true authenticate the qualify challenge response if needed */<br> int authenticate_qualify;<br> /*! Qualify timeout. 0 is diabled. */<br> double qualify_timeout;<br>@@ -342,7 +342,7 @@<br> unsigned int default_expiration;<br> /*! Frequency to send OPTIONS requests to AOR contacts. 0 is disabled. */<br> unsigned int qualify_frequency;<br>- /*! If true authenticate the qualify if needed */<br>+ /*! If true authenticate the qualify challenge response if needed */<br> int authenticate_qualify;<br> /*! Maximum number of external contacts, 0 to disable */<br> unsigned int max_contacts;<br>diff --git a/res/res_pjsip.c b/res/res_pjsip.c<br>index 277606b..9ec0032 100644<br>--- a/res/res_pjsip.c<br>+++ b/res/res_pjsip.c<br>@@ -1366,12 +1366,17 @@<br> If <literal>0</literal> no timeout. Time in fractional seconds.<br> </para></description><br> </configOption><br>- <configOption name="authenticate_qualify" default="no"><br>- <synopsis>Authenticates a qualify request if needed</synopsis><br>- <description><para><br>- If true and a qualify request receives a challenge or authenticate response<br>+ <configOption name="authenticate_qualify"><br>+ <synopsis>Authenticates a qualify challenge response if needed</synopsis><br>+ <description><br>+ <para>If true and a qualify request receives a challenge response then<br> authentication is attempted before declaring the contact available.<br>- </para></description><br>+ </para><br>+ <note><para>This option does nothing as we will always complete<br>+ the challenge response authentication if the qualify request is<br>+ challenged.<br>+ </para></note><br>+ </description><br> </configOption><br> <configOption name="outbound_proxy"><br> <synopsis>Outbound proxy used when sending OPTIONS request</synopsis><br>@@ -1565,12 +1570,17 @@<br> If <literal>0</literal> no timeout. Time in fractional seconds.<br> </para></description><br> </configOption><br>- <configOption name="authenticate_qualify" default="no"><br>- <synopsis>Authenticates a qualify request if needed</synopsis><br>- <description><para><br>- If true and a qualify request receives a challenge or authenticate response<br>+ <configOption name="authenticate_qualify"><br>+ <synopsis>Authenticates a qualify challenge response if needed</synopsis><br>+ <description><br>+ <para>If true and a qualify request receives a challenge response then<br> authentication is attempted before declaring the contact available.<br>- </para></description><br>+ </para><br>+ <note><para>This option does nothing as we will always complete<br>+ the challenge response authentication if the qualify request is<br>+ challenged.<br>+ </para></note><br>+ </description><br> </configOption><br> <configOption name="outbound_proxy"><br> <synopsis>Outbound proxy used when sending OPTIONS request</synopsis><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8728">change 8728</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8728"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3811de0014b1ffe96d4a3b49cddd5d4ca02ee5d4 </div>
<div style="display:none"> Gerrit-Change-Number: 8728 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Mudgett <rmudgett@digium.com> </div>