[asterisk-commits] trunk r19615 - in /trunk:
configs/modules.conf.sample doc/speechrec.txt
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Apr 12 16:47:53 MST 2006
Author: twisted
Date: Wed Apr 12 18:47:51 2006
New Revision: 19615
URL: http://svn.digium.com/view/asterisk?rev=19615&view=rev
Log:
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.
Modified:
trunk/configs/modules.conf.sample
trunk/doc/speechrec.txt
Modified: trunk/configs/modules.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/modules.conf.sample?rev=19615&r1=19614&r2=19615&view=diff
==============================================================================
--- trunk/configs/modules.conf.sample (original)
+++ trunk/configs/modules.conf.sample Wed Apr 12 18:47:51 2006
@@ -17,6 +17,9 @@
; An example of loading ODBC support would be:
;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
Modified: trunk/doc/speechrec.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/speechrec.txt?rev=19615&r1=19614&r2=19615&view=diff
==============================================================================
--- trunk/doc/speechrec.txt (original)
+++ trunk/doc/speechrec.txt Wed Apr 12 18:47:51 2006
@@ -1,4 +1,6 @@
Generic Speech Recognition API
+
+*** NOTE: To use the API, you must laod the res_speech.so module before any connectors. For your convenience, there is a preload line commented out in the modules.conf sample file. ***
Dialplan Applications:
More information about the asterisk-commits
mailing list