summaryrefslogtreecommitdiff
path: root/configs/modules.conf.sample
diff options
context:
space:
mode:
authorJosh Roberson <josh@asteriasgi.com>2006-04-12 23:47:51 +0000
committerJosh Roberson <josh@asteriasgi.com>2006-04-12 23:47:51 +0000
commitb04c61eeb372de5c8635aaae124d2ec646eb265b (patch)
tree32df08fc2baaa010194699b0f1c7933c95d21f40 /configs/modules.conf.sample
parent371e0316f01d0bf33ea53e3a8a8421e77de749db (diff)
Note that the res_speech module will need to be loaded first, and add a conveient line to uncomment to do so for the time being.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19615 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/modules.conf.sample')
-rw-r--r--configs/modules.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 418433688..37d99b940 100644
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -18,6 +18,9 @@ autoload=yes
;preload => res_odbc.so
;preload => res_config_odbc.so
;
+; Uncomment the following if you wish to use the Speech Recognition API
+;preload => res_speech.so
+;
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.