perl-5.22
|
Last change
on this file since d6ed36a was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 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] |
|---|
| 8 | autoload=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 | ; |
|---|
| 14 | noload => pbx_gtkconsole.so |
|---|
| 15 | noload => pbx_kdeconsole.so |
|---|
| 16 | ; |
|---|
| 17 | ; Intercom application is obsoleted by |
|---|
| 18 | ; chan_oss. Don't load it. |
|---|
| 19 | ; |
|---|
| 20 | noload => app_intercom.so |
|---|
| 21 | ; |
|---|
| 22 | ; DON'T load the chan_modem.so, as they are obsolete in * 1.2 |
|---|
| 23 | |
|---|
| 24 | noload => chan_modem.so |
|---|
| 25 | noload => chan_modem_aopen.so |
|---|
| 26 | noload => chan_modem_bestdata.so |
|---|
| 27 | noload => chan_modem_i4l.so |
|---|
| 28 | |
|---|
| 29 | ; Trunkisavail is a broken module supplied by Trixbox |
|---|
| 30 | noload => 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 | ; |
|---|
| 36 | noload => chan_alsa.so |
|---|
| 37 | noload => chan_oss.so |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | ;noload => res_smdi.so |
|---|
| 41 | noload => chan_phone.so |
|---|
| 42 | noload => res_config_mysql.so |
|---|
| 43 | noload => chan_ooh323.so |
|---|
| 44 | noload => chan_iax2.so |
|---|
| 45 | noload => app_amd.so |
|---|
| 46 | noload => pbx_dundi.so |
|---|
| 47 | noload => 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.