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

Joshua Colp asteriskteam at digium.com
Fri Jul 27 09:59:36 CDT 2018


Joshua Colp has uploaded this change for review. ( https://gerrit.asterisk.org/9748


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(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/48/9748/1

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/9748
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id1b772b66c7f431840e97a12a7ebaadfbcc389e5
Gerrit-Change-Number: 9748
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180727/8186c01c/attachment.html>


More information about the asterisk-code-review mailing list