[Asterisk-code-review] pjsip: Fix transport symmetric notify test. (testsuite[16.0])

Jenkins2 asteriskteam at digium.com
Fri Jul 27 11:40:00 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9754 )

Change subject: pjsip: Fix transport symmetric notify test.
......................................................................

pjsip: Fix transport symmetric notify test.

The tests/channels/pjsip/transport/symmetric/notify test exposed a
problem in the Alembic for PJSIP. The "mwi_subscribe_replaces_unsolicited"
field is an integer instead of a boolean. ASTERISK~27988 has been
created to track fixing that explicitly but in the mean time the
test configuration has been changed to use "0" to disable it.

Change-Id: Id1b772b66c7f431840e97a12a7ebaadfbcc389e5
---
M tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  George Joseph: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf b/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf
index f19e2f2..a7bf340 100644
--- a/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf
@@ -21,7 +21,7 @@
 aors=alice
 auth=alice
 mailboxes=1000 at default
-mwi_subscribe_replaces_unsolicited=no
+mwi_subscribe_replaces_unsolicited=0
 
 [alice]
 type=aor

-- 
To view, visit https://gerrit.asterisk.org/9754
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 16.0
Gerrit-MessageType: merged
Gerrit-Change-Id: Id1b772b66c7f431840e97a12a7ebaadfbcc389e5
Gerrit-Change-Number: 9754
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180727/ecfa54af/attachment.html>


More information about the asterisk-code-review mailing list