aboutsummaryrefslogtreecommitdiffstats
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-02 20:59:00 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-02 20:59:00 +0000
commit999d3524e27900ec85d461f644d0e2fde138fca4 (patch)
tree53bb1d4c35295fea70d6179bfa71cd1e10d402df /configs/modules.conf.sample
parent2137f5008cf14c94312348e272f9b38df43233e1 (diff)
Version 0.1.2 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@152 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/modules.conf.sample')
-rwxr-xr-xconfigs/modules.conf.sample20
1 files changed, 17 insertions, 3 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 2fe03093b..2b32e1b09 100755
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -3,12 +3,26 @@
;
; Module Loader configuration file
;
+
[modules]
autoload=yes
-;load=pbx_gtkconsole.so
+;
+; If you want, load the GTK console right away.
+; Don't load the KDE console since
+; it's not as sophisticated right now.
+;
noload=pbx_gtkconsole.so
+;load=pbx_gtkconsole.so
noload=pbx_kdeconsole.so
+;
+; Intercom application is obsoleted by
+; chan_oss. Don't load it.
+;
noload=app_intercom.so
-;load=chan_vofr.so
-;load=chan_h323.so
+;
+; Module names listed in "global" section will have symbols globally
+; exported to modules loaded after them.
+;
+[global]
+chan_modem.so=yes