Hi<br><br>I am getting the following error when using detect_speech from dialplan with unimrcp, nuance speech server and nuance recognizer. I understand that it is the job of the unimrcp client (ie mod_unimrcp) to convert the grammar from JSGF to MRCP. Why do I not see any grammar text in the SIP trace ? What could be wrong here ?<br>
<br>2012-04-21 01:58:01.855558 [DEBUG] mod_unimrcp.c:3433 (ASR-0) grammar failed to load, status code = 407<br>2012-04-21 01:58:01.855558 [DEBUG] mod_unimrcp.c:1541 (ASR-0) PROCESSING ==&gt; ERROR<br><br>Complete logs are here<br>
<a href="http://pastebin.freeswitch.org/18900">http://pastebin.freeswitch.org/18900</a><br><br><br>The SIP trace : (10.60.20.25 is FreeSWITCH and 10.60.20.47 is Nuance Speech Server)<br>10.60.20.25 -&gt; 10.60.20.47  SIP/SDP Request: INVITE sip:<a href="http://10.60.20.47:5060">10.60.20.47:5060</a>, with session description<br>
10.60.20.47 -&gt; 10.60.20.25  SIP/SDP Status: 200 OK, with session description<br>10.60.20.47 -&gt; 10.60.20.25  SIP Request: BYE sip:<a href="http://10.60.20.25:5090">10.60.20.25:5090</a><br>10.60.20.25 -&gt; 10.60.20.47  SIP Status: 481 Call Does Not Exist<br>
<br><br><br>My dialplan is<br>                        &lt;action application=&quot;answer&quot;/&gt;<br>                        &lt;action application=&quot;detect_speech&quot; data=&quot;unimrcp:nuance5-mrcp2 yesno yesno.gram&quot;/&gt;<br>
                        &lt;action application=&quot;detect_speech&quot; data=&quot;grammar yesno&quot;/&gt;<br>                        &lt;action application=&quot;detect_speech&quot; data=&quot;grammaron yesno&quot;/&gt;<br>
                        &lt;action application=&quot;sleep&quot; data=&quot;500&quot;/&gt;<br><br>My grammar is yesno.gram kept in /usr/local/freeswitch/grammar<br><br>#JSGF V1.0;<br>grammar example;<br>&lt;yes&gt; = [ yes ];<br>
&lt;no&gt; = [ no ];<br>public &lt;results&gt; = [ &lt;yes&gt; | &lt;no&gt; ];<br><br><br># cat conf/autoload_configs/unimrcp.conf.xml<br>is here<br><a href="http://pastebin.freeswitch.org/18899">http://pastebin.freeswitch.org/18899</a><br>
<br># cat conf/mrcp_profiles/nuance-5.0-mrcp-v2.xml <br>is here<br><a href="http://pastebin.freeswitch.org/18898">http://pastebin.freeswitch.org/18898</a><br><br><br><br><br><br><br><br clear="all">regards,<br>Anita<br><br>