<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7490">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 - chan_is_avail fails if running with sipp version < 3.5.0<br><br>sipp 3.5.0 made it so the "-aa" option responds to OPTION messages. However,<br>versions prior to that would not. The test config incorrectly listed the<br>sipp an older version for the dependency.<br><br>This patch bumps the sipp dependency version to the appropriate value, so now<br>anyone running this test will skip the test instead of failing.<br><br>Change-Id: I5147b726cc1a07aa7293e579bbb0e6041d1c1b66<br>---<br>M tests/channels/pjsip/dialplan_functions/chan_is_avail/test-config.yaml<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/dialplan_functions/chan_is_avail/test-config.yaml b/tests/channels/pjsip/dialplan_functions/chan_is_avail/test-config.yaml<br>index 136fca4..5c03775 100644<br>--- a/tests/channels/pjsip/dialplan_functions/chan_is_avail/test-config.yaml<br>+++ b/tests/channels/pjsip/dialplan_functions/chan_is_avail/test-config.yaml<br>@@ -9,7 +9,7 @@<br>     dependencies:<br>         - buildoption: 'TEST_FRAMEWORK'<br>         - sipp :<br>-            version : 'v3.0'<br>+            version : 'v3.5.0'<br>         - asterisk : 'res_pjsip'<br>         - asterisk : 'chan_pjsip'<br>         - asterisk : 'res_pjsip_session'<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7490">change 7490</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/7490"/><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: I5147b726cc1a07aa7293e579bbb0e6041d1c1b66 </div>
<div style="display:none"> Gerrit-Change-Number: 7490 </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>