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 ==> 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 -> 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 -> 10.60.20.25 SIP/SDP Status: 200 OK, with session description<br>10.60.20.47 -> 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 -> 10.60.20.47 SIP Status: 481 Call Does Not Exist<br>
<br><br><br>My dialplan is<br> <action application="answer"/><br> <action application="detect_speech" data="unimrcp:nuance5-mrcp2 yesno yesno.gram"/><br>
<action application="detect_speech" data="grammar yesno"/><br> <action application="detect_speech" data="grammaron yesno"/><br>
<action application="sleep" data="500"/><br><br>My grammar is yesno.gram kept in /usr/local/freeswitch/grammar<br><br>#JSGF V1.0;<br>grammar example;<br><yes> = [ yes ];<br>
<no> = [ no ];<br>public <results> = [ <yes> | <no> ];<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>