Could you use MRCP?<div><br></div><div>Johannes<br><div><br><div class="gmail_quote">On Wed, Apr 29, 2009 at 10:14 AM, Joshua Colp <span dir="ltr">&lt;<a href="mailto:jcolp@digium.com">jcolp@digium.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">----- &quot;bollox bollox&quot; &lt;<a href="mailto:bollox_bollox@hotmail.com">bollox_bollox@hotmail.com</a>&gt; wrote:<br>

<br>
&gt; Hi there<br>
&gt;<br>
&gt; Does anybody have any experience using Nuance speech recognition from<br>
&gt; Asterisk?<br>
&gt; It seems that all the documentation I come across discusses<br>
&gt; Lumenvox/Asterisk integration, but not a word about Nuance.<br>
&gt;<br>
&gt; I&#39;ve created a nuance.conf file and added a line defining where my<br>
&gt; Nuance server can be found, but I doubt the file is ever read.<br>
<br>
</div>This would be correct. A module has to be written that uses the engine in question. No module<br>
is in the tree for Nuance, so it won&#39;t work.<br>
<div class="im"><br>
&gt; I do not seem to be able to get past the SpeechCreate command in the<br>
&gt; dialplan.<br>
&gt; I&#39;ve tried SpeechCreate and SpeechCreate(nuance) , but the ERROR<br>
&gt; variable is always 1 afterwards.<br>
&gt;<br>
&gt; I&#39;ve had a look at the source code, but I&#39;m still puzzled.<br>
&gt; The find_engine function should return the default engine if no<br>
&gt; arguments are passed, and search through the list of engines if an<br>
&gt; argument is passed.<br>
&gt; I have not been able to find out<br>
&gt; - how to add engines to Asterisk,<br>
&gt; - how to see the list of available engines (if any) or<br>
&gt; - where the default engine is defined.<br>
&gt;<br>
<br>
</div>Adding an engine to Asterisk requires writing an interface module using the speech recognition<br>
API in Asterisk. It acts as the glue between the way Asterisk does speech recognition and the way<br>
the speech solution (such as Nuance) does. Without this you can&#39;t use it. The API is defined in the<br>
speech.h header file in include/asterisk<br>
<br>
--<br>
Joshua Colp<br>
Digium, Inc. | Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at:  <a href="http://www.digium.com" target="_blank">www.digium.com</a>  &amp; <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-speech-rec mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-speech-rec" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-speech-rec</a><br>
</blockquote></div><br></div></div>