[svn-commits] mjordan: testsuite/asterisk/trunk r4346 - /asterisk/trunk/tests/channels/SIP/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 18 09:55:15 CST 2013


Author: mjordan
Date: Mon Nov 18 09:55:13 2013
New Revision: 4346

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4346
Log:
sip/acl_call: Add some noload statements to modules.conf

If we don't tell Asterisk to not load other Console channel drivers, Asterisk
can fail to start. In general, this is why specifying your own modules.conf
is a bad idea (but unfortunately, this test needs res_config_sqlite3.so
preloaded)

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

Modified: asterisk/trunk/tests/channels/SIP/acl_call/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/acl_call/configs/ast1/modules.conf?view=diff&rev=4346&r1=4345&r2=4346
==============================================================================
--- asterisk/trunk/tests/channels/SIP/acl_call/configs/ast1/modules.conf (original)
+++ asterisk/trunk/tests/channels/SIP/acl_call/configs/ast1/modules.conf Mon Nov 18 09:55:13 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