Yes, it&#39;s implemented and working fine for me. I&#39;ve just tested using the following code to retrieve mentioned headers from the message.<br><br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; mrcp_recognizer_header_t *recog_header = mrcp_message-&gt;header.resource_header.data;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(recog_header) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(mrcp_resource_header_property_check(mrcp_message,RECOGNIZER_HEADER_COMPLETION_CAUSE) == MRCP_STATUS_SUCCESS) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; printf(&quot;%d\n&quot;,recog_header-&gt;completion_cause);<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(mrcp_resource_header_property_check(mrcp_message,RECOGNIZER_HEADER_FAILED_URI) == MRCP_STATUS_SUCCESS) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; printf(&quot;%s\n&quot;,recog_header-&gt;failed_uri);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>Let me know if something still goes wrong on your side.<br>Arsen.<br><br><div class="gmail_quote">On Feb 19, 2008 9:32 PM, SP GLE &lt;<a href="mailto:spglegle@yahoo.fr">spglegle@yahoo.fr</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>I receive the following MRCP message Response :<br><br>--<br>Signal RTSP Message<br>Process RTSP Response<br>
Receive MRCPv1 Message size=110<br>MRCP/1.0 1 407 COMPLETE<br>Completion-Cause: 010 language-unsupported<br>Failed-URI: <a href="mailto:request1@form-level.store">request1@form-level.store</a><br><br>--<br>When I access data using mrcp_message_t* received I&#39;ve got the right information about message<br>
type and status code :<br>MRCP_MESSAGE_TYPE_RESPONSE MRCP_STATUS_CODE_METHOD_FAILED<br><br>But I&#39;m not able to access Completion-Cause and Failed-Uri accessing mrcp_resource_header inside<br>mrcp_message. I&#39;ve got initialised values to default, not set by received mrcp response Message.<br>
<br>Is response parsing and resource header initialisation implemented ?<br><br>Regards.<br><div class="WgoR0d"><br><br> &nbsp; &nbsp; &nbsp;_____________________________________________________________________________<br>Ne gardez plus qu&#39;une seule adresse mail ! Copiez vos mails vers Yahoo! Mail <a href="http://mail.yahoo.fr" target="_blank">http://mail.yahoo.fr</a><br>
<br>_______________________________________________<br>Openmrcp-users mailing list<br><a href="mailto:Openmrcp-users@tron.freeswitch.org">Openmrcp-users@tron.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/openmrcp-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/openmrcp-users</a><br>
</div></blockquote></div><br>