[svn-commits] mjordan: testsuite/asterisk/trunk r4322 - /asterisk/trunk/tests/channels/iax2...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Nov 2 12:29:36 CDT 2013


Author: mjordan
Date: Sat Nov  2 12:29:33 2013
New Revision: 4322

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4322
Log:
iax2/acl_call: Don't load console modules

Allowing both chan_alsa and chan_console to load simultaneously is a "bad
idea". Seriously, you're not going to have a good time.

This should fix this test failure for Asterisk 11. Asterisk 12 has other
issues.

Modified:
    asterisk/trunk/tests/channels/iax2/acl_call/configs/ast1/modules.conf

Modified: asterisk/trunk/tests/channels/iax2/acl_call/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/iax2/acl_call/configs/ast1/modules.conf?view=diff&rev=4322&r1=4321&r2=4322
==============================================================================
--- asterisk/trunk/tests/channels/iax2/acl_call/configs/ast1/modules.conf (original)
+++ asterisk/trunk/tests/channels/iax2/acl_call/configs/ast1/modules.conf Sat Nov  2 12:29:33 2013
@@ -1,3 +1,7 @@
 [modules]
 autoload=yes
 preload => res_config_sqlite3.so
+
+noload => chan_alsa.so
+noload => chan_console.so
+noload => pbx_gtkconsole.so




More information about the svn-commits mailing list