]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add mod_say_en to load by default.
authorMichael Jerris <mike@jerris.com>
Wed, 14 Feb 2007 04:30:14 +0000 (04:30 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 14 Feb 2007 04:30:14 +0000 (04:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4255 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/modules.conf.xml

index 0ef7e7de1ff60ccff99e05eecb7f8f0135c7fa9a..fe0cb2115e6176df52e4a0fd93bbd62fa92cd405 100644 (file)
@@ -64,5 +64,8 @@
     <!-- ASR /TTS -->
     <!-- <load module="mod_cepstral"/> -->
     <!-- <load module="mod_rss"/> -->
+    
+    <!-- Say -->
+    <load module="mod_say_en"/>
   </modules>
 </configuration>