aboutsummaryrefslogtreecommitdiffstats
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/modules.conf.sample')
-rwxr-xr-xconfigs/modules.conf.sample11
1 files changed, 6 insertions, 5 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 7162b72da..f4e08dc1e 100755
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -7,11 +7,12 @@
[modules]
autoload=yes
;
-; Any modules that need to be loaded before the Asterisk core has been initialized
-; (just after the logger has been initialized) can be loaded using 'preload'. This
-; will frequently be needed if you wish to map all module configuration files into
-; Realtime storage, since the Realtime driver will need to be loaded before the
-; modules using those configuration files are initialized.
+; Any modules that need to be loaded before the Asterisk core has been
+; initialized (just after the logger has been initialized) can be loaded
+; using 'preload'. This will frequently be needed if you wish to map all
+; module configuration files into Realtime storage, since the Realtime
+; driver will need to be loaded before the modules using those configuration
+; files are initialized.
;
; An example of loading ODBC support would be:
;preload => res_odbc.so