source: tests/asteriskstress/asterisk/modules.conf @ 26ffad7

Last change on this file since 26ffad7 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1.1 KB
Line 
1;
2; Asterisk configuration file
3;
4; Module Loader configuration file
5;
6
7[modules]
8autoload=yes
9
10; If you want, load the GTK console right away.
11; Don't load the KDE console since
12; it's not as sophisticated right now.
13;
14noload => pbx_gtkconsole.so
15noload => pbx_kdeconsole.so
16;
17; Intercom application is obsoleted by
18; chan_oss.  Don't load it.
19;
20noload => app_intercom.so
21;
22; DON'T load the chan_modem.so, as they are obsolete in * 1.2
23
24noload => chan_modem.so
25noload => chan_modem_aopen.so
26noload => chan_modem_bestdata.so
27noload => chan_modem_i4l.so
28
29; Trunkisavail is a broken module supplied by Trixbox
30noload => app_trunkisavail.so
31
32;
33; Load either OSS or ALSA, not both
34; By default, load OSS only (automatically) and do not load ALSA
35;
36noload => chan_alsa.so
37noload => chan_oss.so
38
39
40;noload => res_smdi.so
41noload => chan_phone.so
42noload => res_config_mysql.so
43noload => chan_ooh323.so
44noload => chan_iax2.so
45noload => app_amd.so
46noload => pbx_dundi.so
47noload => chan_misdn.so
48;noload => chan_dahdi.so
49;noload => codec_dahdi.so
50
51
52
53
54;
55; Module names listed in "global" section will have symbols globally
56; exported to modules loaded after them.
57;
58[global]
Note: See TracBrowser for help on using the repository browser.