[asterisk-commits] rmudgett: testsuite/asterisk/trunk r2937 - in /asterisk/trunk/tests/channels/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 21 13:52:10 CST 2011
Author: rmudgett
Date: Wed Dec 21 13:52:06 2011
New Revision: 2937
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2937
Log:
Turn on chan_sip debugging for the MESSAGE tests.
Modified:
asterisk/trunk/tests/channels/SIP/message_auth/configs/ast1/sip.conf
asterisk/trunk/tests/channels/SIP/message_disabled/configs/ast1/sip.conf
asterisk/trunk/tests/channels/SIP/message_from_call/configs/ast1/sip.conf
asterisk/trunk/tests/channels/SIP/message_unauth/configs/ast1/sip.conf
Modified: asterisk/trunk/tests/channels/SIP/message_auth/configs/ast1/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/message_auth/configs/ast1/sip.conf?view=diff&rev=2937&r1=2936&r2=2937
==============================================================================
--- asterisk/trunk/tests/channels/SIP/message_auth/configs/ast1/sip.conf (original)
+++ asterisk/trunk/tests/channels/SIP/message_auth/configs/ast1/sip.conf Wed Dec 21 13:52:06 2011
@@ -1,5 +1,6 @@
[general]
+sipdebug=yes
accept_outofcall_message = yes
auth_message_requests = yes
Modified: asterisk/trunk/tests/channels/SIP/message_disabled/configs/ast1/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/message_disabled/configs/ast1/sip.conf?view=diff&rev=2937&r1=2936&r2=2937
==============================================================================
--- asterisk/trunk/tests/channels/SIP/message_disabled/configs/ast1/sip.conf (original)
+++ asterisk/trunk/tests/channels/SIP/message_disabled/configs/ast1/sip.conf Wed Dec 21 13:52:06 2011
@@ -1,3 +1,4 @@
[general]
+sipdebug=yes
accept_outofcall_message = no
Modified: asterisk/trunk/tests/channels/SIP/message_from_call/configs/ast1/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/message_from_call/configs/ast1/sip.conf?view=diff&rev=2937&r1=2936&r2=2937
==============================================================================
--- asterisk/trunk/tests/channels/SIP/message_from_call/configs/ast1/sip.conf (original)
+++ asterisk/trunk/tests/channels/SIP/message_from_call/configs/ast1/sip.conf Wed Dec 21 13:52:06 2011
@@ -1,3 +1,4 @@
[general]
+sipdebug=yes
allowguest=yes
Modified: asterisk/trunk/tests/channels/SIP/message_unauth/configs/ast1/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/message_unauth/configs/ast1/sip.conf?view=diff&rev=2937&r1=2936&r2=2937
==============================================================================
--- asterisk/trunk/tests/channels/SIP/message_unauth/configs/ast1/sip.conf (original)
+++ asterisk/trunk/tests/channels/SIP/message_unauth/configs/ast1/sip.conf Wed Dec 21 13:52:06 2011
@@ -1,4 +1,5 @@
[general]
+sipdebug=yes
accept_outofcall_message = yes
auth_message_requests = no
More information about the asterisk-commits
mailing list