[Freeswitch-svn] [commit] r4255 - freeswitch/trunk/conf
Freeswitch SVN
mikej at freeswitch.org
Tue Feb 13 23:30:14 EST 2007
Author: mikej
Date: Tue Feb 13 23:30:14 2007
New Revision: 4255
Modified:
freeswitch/trunk/conf/modules.conf.xml
Log:
add mod_say_en to load by default.
Modified: freeswitch/trunk/conf/modules.conf.xml
==============================================================================
--- freeswitch/trunk/conf/modules.conf.xml (original)
+++ freeswitch/trunk/conf/modules.conf.xml Tue Feb 13 23:30:14 2007
@@ -64,5 +64,8 @@
<!-- ASR /TTS -->
<!-- <load module="mod_cepstral"/> -->
<!-- <load module="mod_rss"/> -->
+
+ <!-- Say -->
+ <load module="mod_say_en"/>
</modules>
</configuration>
More information about the Freeswitch-svn
mailing list