<div class="gmail_extra">These lines indicate the problem:<br>
<br>
2012-04-21 01:58:01.855558 [WARNING] mrcp_client_connection.c:438 (ASR-0) Failed to Establish TCP/MRCPv2 Connection<br><br>2012-04-21 01:58:01.855558 [WARNING] mrcp_client_connection.c:527 (ASR-0) Null MRCPv2 Connection &lt;17@speechrecog&gt;<br>
<br>You have mod_unimrcp configured to send an offer to 10.6.20.47 with an SDP that says the client RTP address is at 127.0.1.1.  The MRCP server at 10.6.20.47 replies with an SDP that says the server RTP address is at 127.0.0.1.  Make sure the client and server are configured with the correct addresses.<br>
<br>Also, I&#39;m not sure if Nuance Recognizer supports JSGF grammars.<br><br>Chris<br><br><br><div class="gmail_quote">On Fri, Apr 20, 2012 at 5:05 PM, Anita Hall <span dir="ltr">&lt;<a href="mailto:anita.hall@simmortel.com" target="_blank">anita.hall@simmortel.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">http://pastebin.freeswitch.org/18898</a><br><br><br><br><br><br><br><br clear="all">regards,<br>
Anita<br><br>

<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
<br></blockquote></div><br></div>