<p>Kevin Harwell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10083">View Change</a></p><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_pai' 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>---<br>M tests/channels/pjsip/dtmf_info_fallback/configs/ast1/pjsip.conf<br>1 file changed, 6 insertions(+), 28 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/83/10083/1</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></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10083">change 10083</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/10083"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I1e11131e0200b073c22c9fe44bef49ba56d5d4e6 </div>
<div style="display:none"> Gerrit-Change-Number: 10083 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>