aboutsummaryrefslogtreecommitdiffstats
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-16 22:31:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-04-16 22:31:06 +0000
commit5a880aeebf985448090e5fc6b3cbe8eb79640912 (patch)
treec32947d5f4c79ab154fbb2e3fe332b3c13f6dae9 /configs/modules.conf.sample
parentcbb89301824f9403d79844e3e197d36bb7fe36b3 (diff)
Version 0.1.8 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@288 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/modules.conf.sample')
-rwxr-xr-xconfigs/modules.conf.sample13
1 files changed, 8 insertions, 5 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 2b32e1b09..fb7ab0a29 100755
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -11,16 +11,19 @@ autoload=yes
; 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
+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
-
+noload => app_intercom.so
+;
+; Explicitly load the chan_modem.so early on to be sure
+; it loads before any of the chan_modem_* 's afte rit
;
+load => chan_modem.so
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;