This is almost identical to a recent question in the UniMRCP mailing list...  anyway, here&#39;s the repeated answer for the benefit of search engine...<br><br>There currently aren&#39;t any dialplan applications that will do what you 
want.  The recognition result is fired as a &quot;DETECTED_SPEECH&quot; event.  
See <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_detect_speech" target="_blank">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_detect_speech</a> .  <br><br>You can get the event either using the event socket library (ESL) or by 
running a javascript or lua script that uses an input callback.  See <a href="http://wiki.freeswitch.org/wiki/Examples_directory_lua_asr_tts" target="_blank">http://wiki.freeswitch.org/wiki/Examples_directory_lua_asr_tts</a> or <a href="http://wiki.freeswitch.org/wiki/ESL" target="_blank">http://wiki.freeswitch.org/wiki/ESL</a> for more details.<br>
<br>Chris<br><br><br><div class="gmail_quote">On Thu, Oct 6, 2011 at 5:44 AM, Kirill Popov <span dir="ltr">&lt;<a href="mailto:popov-k@speechpro.com">popov-k@speechpro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello!<br>
<br>
I am just starting to learn FreeSWITCH few days ago.<br>
Before I have some experience in Asterisk and now I don&#39;t understand<br>
somethings.<br>
<br>
I try to use module mod_unimrcp in FreeSWITCH.<br>
I made simple dialplan and starting recognition<br>
&lt;action application=&quot;detect_speech&quot; data=&quot;unimrcp /usr/local/<br>
freeswitch/grammar/digits&quot;/&gt;<br>
It works.<br>
<br>
I see NLSML in console FS, but I don&#39;t understand how I can use it.<br>
In Asterisk NLSML-answer set in variable ${RECOG_RESULT}. How in FS?<br>
There isn&#39;t such variable.<br>
<br>
In Asterisk I can get this variable from perl-script, parse it, and<br>
get utterance, confidence, etc. How I can get these parameters in FS?<br>
<font color="#888888"><br>
<br>
--<br>
Best regards,<br>
Kirill<br>
<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</font></blockquote></div><br>