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

Jenkins2 asteriskteam at digium.com
Fri Jul 27 11:31:32 CDT 2018


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

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:
  Richard Mudgett: Looks good to me, but someone else must approve
  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/9749
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

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


More information about the asterisk-code-review mailing list