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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pjsip/subscriptions/ast_restart: Sporadic failures due to NOTIFY retransmission<br><br>A race can sometimes occur between receiving a 200 OK for a NOTIFY and<br>retransmission of it, which will cause the test to fail if the NOTIFY gets<br>retransmitted.<br><br>This patch increases the t1 timer value in pjsip, so the test has time to<br>receive and process the NOTIFY's 200 OK without the retransmission timer being<br>fired first.<br><br>ASTERISK-27764 #close<br><br>Change-Id: I6bd5d7ddd9694140360392f70daba1b39c9c61d9<br>---<br>M tests/channels/pjsip/subscriptions/ast_restart/configs/ast1/pjsip.conf<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/pjsip/subscriptions/ast_restart/configs/ast1/pjsip.conf b/tests/channels/pjsip/subscriptions/ast_restart/configs/ast1/pjsip.conf<br>index ead6d27..4c43956 100644<br>--- a/tests/channels/pjsip/subscriptions/ast_restart/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/subscriptions/ast_restart/configs/ast1/pjsip.conf<br>@@ -6,6 +6,12 @@<br> ; the subscription recreation to be seen after the restart.<br> debug=yes<br> <br>+[system]<br>+type=system<br>+; Sometimes we are still processing the 200 OK for a NOTIFY, and another<br>+; NOTIFY gets retransmitted. So raise the t1 timer a bit.<br>+timer_t1=2000<br>+<br> [local]<br> type=transport<br> protocol=udp<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9306">change 9306</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/9306"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I6bd5d7ddd9694140360392f70daba1b39c9c61d9 </div>
<div style="display:none"> Gerrit-Change-Number: 9306 </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: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>