[svn-commits] mmichelson: testsuite/asterisk/trunk r4854 - /asterisk/trunk/tests/channels/p...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 17 12:57:38 CDT 2014


Author: mmichelson
Date: Mon Mar 17 12:57:33 2014
New Revision: 4854

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4854
Log:
Fix PJSIP AMI show subscriptions test.

A recent change made it invalid to attempt to subscribe to MWI if an
endpoint is already receiving unsolicited MWI. The configuration had
mailboxes configured on both the endpoint an AOR, so the incoming
SUBSCRIBE was not successful.

The change is simply to remove mailbox configuration from the endpoint.
The test now passes.


Modified:
    asterisk/trunk/tests/channels/pjsip/ami/show_subscriptions/configs/ast1/pjsip.conf

Modified: asterisk/trunk/tests/channels/pjsip/ami/show_subscriptions/configs/ast1/pjsip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/pjsip/ami/show_subscriptions/configs/ast1/pjsip.conf?view=diff&rev=4854&r1=4853&r2=4854
==============================================================================
--- asterisk/trunk/tests/channels/pjsip/ami/show_subscriptions/configs/ast1/pjsip.conf (original)
+++ asterisk/trunk/tests/channels/pjsip/ami/show_subscriptions/configs/ast1/pjsip.conf Mon Mar 17 12:57:33 2014
@@ -26,4 +26,3 @@
 
 [user1](endpoint_t)
 aors=user1
-mailboxes=user1




More information about the svn-commits mailing list