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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pjsip/verify_bodies: Update based on changes to presence URI.<br><br>The remote URI no longer contains the display name portion<br>so update the tests to reflect this.<br><br>ASTERISK-27290<br><br>Change-Id: I03e432b3e524791da26a41698bb5eabb619274a6<br>---<br>M tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_pidf/test-config.yaml<br>M tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_xpidf/test-config.yaml<br>2 files changed, 16 insertions(+), 16 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_pidf/test-config.yaml b/tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_pidf/test-config.yaml<br>index 027c6e1..1c81712 100644<br>--- a/tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_pidf/test-config.yaml<br>+++ b/tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_pidf/test-config.yaml<br>@@ -16,7 +16,7 @@<br>         fails.'<br> <br> properties:<br>-    minversion: '12.5.0'<br>+    minversion: ['13.19.0', '15.2.0']<br>     dependencies:<br>         - buildoption: 'TEST_FRAMEWORK'<br>         - sipp :<br>@@ -131,31 +131,31 @@<br>             -<br>                 note: 'Ready'<br>                 basic: 'open'<br>-                contact: '^"alice" <sip:alice@127.0.0.1(:5060)?>$'<br>+                contact: '^sip:alice@127.0.0.1(:5060)?$'<br>             -<br>                 note: 'Ringing'<br>                 basic: 'open'<br>-                contact: '^"alice" <sip:alice@127.0.0.1(:5060)?>$'<br>+                contact: '^sip:alice@127.0.0.1(:5060)?$'<br>             -<br>                 note: 'On the phone'<br>                 basic: 'open'<br>-                contact: '^"alice" <sip:alice@127.0.0.1(:5060)?>$'<br>+                contact: '^sip:alice@127.0.0.1(:5060)?$'<br>             -<br>                 note: 'On hold'<br>                 basic: 'open'<br>-                contact: '^"alice" <sip:alice@127.0.0.1(:5060)?>$'<br>+                contact: '^sip:alice@127.0.0.1(:5060)?$'<br>             -<br>                 note: 'On the phone'<br>                 basic: 'open'<br>-                contact: '^"alice" <sip:alice@127.0.0.1(:5060)?>$'<br>+                contact: '^sip:alice@127.0.0.1(:5060)?$'<br>             -<br>                 note: 'Unavailable'<br>                 basic: 'closed'<br>-                contact: '^"alice" <sip:alice@127.0.0.1(:5060)?>$'<br>+                contact: '^sip:alice@127.0.0.1(:5060)?$'<br>             -<br>                 note: 'Ready'<br>                 basic: 'open'<br>-                contact: '^"alice" <sip:alice@127.0.0.1(:5060)?>$'<br>+                contact: '^sip:alice@127.0.0.1(:5060)?$'<br> <br> ami-config:<br>     -<br>diff --git a/tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_xpidf/test-config.yaml b/tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_xpidf/test-config.yaml<br>index 8918bae..a7cc47f 100644<br>--- a/tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_xpidf/test-config.yaml<br>+++ b/tests/channels/pjsip/subscriptions/presence/verify_bodies/verify_xpidf/test-config.yaml<br>@@ -16,7 +16,7 @@<br>         fails.'<br> <br> properties:<br>-    minversion: '12.5.0'<br>+    minversion: ['13.19.0', '15.2.0']<br>     dependencies:<br>         - buildoption: 'TEST_FRAMEWORK'<br>         - sipp :<br>@@ -76,7 +76,7 @@<br>                     atomid: '^[a-z0-9-]+$'<br>                     id: '^bob$'<br>                 address:<br>-                    uri: '^"alice" <sip:alice@127.0.0.1(:5060)?>;user=ip$'<br>+                    uri: '^sip:alice@127.0.0.1(:5060)?;user=ip$'<br>                     priority: '^0\.80000$'<br>                 status:<br>                     status: '^open$'<br>@@ -89,7 +89,7 @@<br>                     atomid: '^[a-z0-9-]+$'<br>                     id: '^bob$'<br>                 address:<br>-                    uri: '^"alice" <sip:alice@127.0.0.1(:5060)?>;user=ip$'<br>+                    uri: '^sip:alice@127.0.0.1(:5060)?;user=ip$'<br>                     priority: '^0\.80000$'<br>                 status:<br>                     status: '^inuse$'<br>@@ -102,7 +102,7 @@<br>                     atomid: '^[a-z0-9-]+$'<br>                     id: '^bob$'<br>                 address:<br>-                    uri: '^"alice" <sip:alice@127.0.0.1(:5060)?>;user=ip$'<br>+                    uri: '^sip:alice@127.0.0.1(:5060)?;user=ip$'<br>                     priority: '^0\.80000$'<br>                 status:<br>                     status: '^inuse$'<br>@@ -115,7 +115,7 @@<br>                     atomid: '^[a-z0-9-]+$'<br>                     id: '^bob$'<br>                 address:<br>-                    uri: '^"alice" <sip:alice@127.0.0.1(:5060)?>;user=ip$'<br>+                    uri: '^sip:alice@127.0.0.1(:5060)?;user=ip$'<br>                     priority: '^0\.80000$'<br>                 status:<br>                     status: '^inuse$'<br>@@ -128,7 +128,7 @@<br>                     atomid: '^[a-z0-9-]+$'<br>                     id: '^bob$'<br>                 address:<br>-                    uri: '^"alice" <sip:alice@127.0.0.1(:5060)?>;user=ip$'<br>+                    uri: '^sip:alice@127.0.0.1(:5060)?;user=ip$'<br>                     priority: '^0\.80000$'<br>                 status:<br>                     status: '^inuse$'<br>@@ -141,7 +141,7 @@<br>                     atomid: '^[a-z0-9-]+$'<br>                     id: '^bob$'<br>                 address:<br>-                    uri: '^"alice" <sip:alice@127.0.0.1(:5060)?>;user=ip$'<br>+                    uri: '^sip:alice@127.0.0.1(:5060)?;user=ip$'<br>                     priority: '^0\.80000$'<br>                 status:<br>                     status: '^closed$'<br>@@ -154,7 +154,7 @@<br>                     atomid: '^[a-z0-9-]+$'<br>                     id: '^bob$'<br>                 address:<br>-                    uri: '^"alice" <sip:alice@127.0.0.1(:5060)?>;user=ip$'<br>+                    uri: '^sip:alice@127.0.0.1(:5060)?;user=ip$'<br>                     priority: '^0\.80000$'<br>                 status:<br>                     status: '^open$'<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7143">change 7143</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/7143"/><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: I03e432b3e524791da26a41698bb5eabb619274a6 </div>
<div style="display:none"> Gerrit-Change-Number: 7143 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@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: Kevin Harwell <kharwell@digium.com> </div>