<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/6943">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip: qualify/auth test failed with ref leaks when using REF_DEBUG<br><br>When REF_DEBUG was enabled the pjsip/qualify/auth would fail due to the<br>req_wrapper reference being leaked. This happened because a second QUALIFY<br>was being sent out while the test was ending (Asterisk was being shutdown).<br>So the send request callback was never called, due to Asterisk disappearing,<br>thus not releasing the memory.<br><br>For now the solution is to just increase the qualify frequency so only a<br>single qualify is sent for the test.<br><br>ASTERISK-27358 #close<br><br>Change-Id: If597268978ea79852e9e339a2a56a8ac7d2f63dd<br>---<br>M tests/channels/pjsip/qualify/auth/configs/ast1/pjsip.conf<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/pjsip/qualify/auth/configs/ast1/pjsip.conf b/tests/channels/pjsip/qualify/auth/configs/ast1/pjsip.conf<br>index 9340824..1b55a94 100644<br>--- a/tests/channels/pjsip/qualify/auth/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/qualify/auth/configs/ast1/pjsip.conf<br>@@ -10,4 +10,4 @@<br> [sipp]<br> type=aor<br> contact=sip:127.0.0.1:5061<br>-qualify_frequency=1<br>+qualify_frequency=7<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6943">change 6943</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/6943"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: If597268978ea79852e9e339a2a56a8ac7d2f63dd </div>
<div style="display:none"> Gerrit-Change-Number: 6943 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>