<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/10107">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/dtmf_info_fallback: Test fails when connected line update is sent<br><br>If the timing was right then Asterisk would send an unexpected connected line<br>INVITE udpate, which would then fail the test.<br><br>This patch disables 'send_rpid' since it's not needed for the test. Thus making<br>it so the connected line update will never be sent.<br><br>Change-Id: I1e11131e0200b073c22c9fe44bef49ba56d5d4e6<br>(cherry picked from commit 718c72f36cc1be8e699126435e2b532853396e0b)<br>---<br>M tests/channels/pjsip/dtmf_info_fallback/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/dtmf_info_fallback/test-config.yaml<br>2 files changed, 7 insertions(+), 28 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/channels/pjsip/dtmf_info_fallback/configs/ast1/pjsip.conf b/tests/channels/pjsip/dtmf_info_fallback/configs/ast1/pjsip.conf</span><br><span>index 74719a5..344e2a5 100644</span><br><span>--- a/tests/channels/pjsip/dtmf_info_fallback/configs/ast1/pjsip.conf</span><br><span>+++ b/tests/channels/pjsip/dtmf_info_fallback/configs/ast1/pjsip.conf</span><br><span>@@ -7,41 +7,19 @@</span><br><span> protocol = udp</span><br><span> bind = 0.0.0.0:5060</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-[alice]</span><br><span style="color: hsl(120, 100%, 40%);">+[endpoint](!)</span><br><span> type = endpoint</span><br><span style="color: hsl(0, 100%, 40%);">-context = default</span><br><span> dtmf_mode = auto_info</span><br><span style="color: hsl(0, 100%, 40%);">-disallow = all</span><br><span style="color: hsl(0, 100%, 40%);">-allow = alaw</span><br><span style="color: hsl(0, 100%, 40%);">-allow = ulaw</span><br><span style="color: hsl(0, 100%, 40%);">-allow = g729</span><br><span style="color: hsl(0, 100%, 40%);">-allow = h263p</span><br><span style="color: hsl(0, 100%, 40%);">-allow = h264</span><br><span style="color: hsl(120, 100%, 40%);">+allow = !all,ulaw</span><br><span> direct_media = no</span><br><span style="color: hsl(0, 100%, 40%);">-send_rpid = yes</span><br><span style="color: hsl(0, 100%, 40%);">-sdp_session = session</span><br><span style="color: hsl(0, 100%, 40%);">-t38_udptl = yes</span><br><span style="color: hsl(0, 100%, 40%);">-t38_udptl_ec = redundancy</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[alice](endpoint)</span><br><span> </span><br><span> [bob]</span><br><span> type = aor</span><br><span style="color: hsl(0, 100%, 40%);">-max_contacts=1</span><br><span style="color: hsl(120, 100%, 40%);">+max_contacts = 1</span><br><span> contact = sip:127.0.0.1:5062</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-[bob]</span><br><span style="color: hsl(0, 100%, 40%);">-type = endpoint</span><br><span style="color: hsl(0, 100%, 40%);">-context = default</span><br><span style="color: hsl(0, 100%, 40%);">-dtmf_mode = auto_info</span><br><span style="color: hsl(0, 100%, 40%);">-disallow = all</span><br><span style="color: hsl(0, 100%, 40%);">-allow = alaw</span><br><span style="color: hsl(0, 100%, 40%);">-allow = ulaw</span><br><span style="color: hsl(0, 100%, 40%);">-allow = g729</span><br><span style="color: hsl(0, 100%, 40%);">-allow = h263p</span><br><span style="color: hsl(0, 100%, 40%);">-allow = h264</span><br><span style="color: hsl(0, 100%, 40%);">-direct_media = no</span><br><span style="color: hsl(0, 100%, 40%);">-send_rpid = yes</span><br><span style="color: hsl(0, 100%, 40%);">-sdp_session = session</span><br><span style="color: hsl(120, 100%, 40%);">+[bob](endpoint)</span><br><span> aors = bob</span><br><span style="color: hsl(0, 100%, 40%);">-t38_udptl = yes</span><br><span style="color: hsl(0, 100%, 40%);">-t38_udptl_ec = redundancy</span><br><span> </span><br><span>diff --git a/tests/channels/pjsip/dtmf_info_fallback/test-config.yaml b/tests/channels/pjsip/dtmf_info_fallback/test-config.yaml</span><br><span>index 512c16e..dee9a0c 100644</span><br><span>--- a/tests/channels/pjsip/dtmf_info_fallback/test-config.yaml</span><br><span>+++ b/tests/channels/pjsip/dtmf_info_fallback/test-config.yaml</span><br><span>@@ -7,6 +7,7 @@</span><br><span>     dependencies:</span><br><span>         - app : 'sipp'</span><br><span>         - asterisk : 'res_pjsip'</span><br><span style="color: hsl(120, 100%, 40%);">+        - asterisk : 'app_dial'</span><br><span>         - custom : 'rawsocket'</span><br><span>     tags:</span><br><span>         - pjsip</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10107">change 10107</a>. To unsubscribe, or for help writing mail filters, 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/10107"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 13.23 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I1e11131e0200b073c22c9fe44bef49ba56d5d4e6 </div>
<div style="display:none"> Gerrit-Change-Number: 10107 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </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>