Hi,
many thanks for your quick response !
I have try to add the ligne
<param name="srgs-xml-mime-type" value="application/grammar+xml"/>
into file :
./client-profiles/unimrcp.xml
<mrcpv1-profile id="uni1">
<rtsp-uac>RTSP-Agent-1</rtsp-uac>
<media-engine>Media-Engine-1</media-engine>
<rtp-factory>RTP-Factory-1</rtp-factory>
<rtsp-settings>UniMRCP-RTSP-Settings</rtsp-settings>
<rtp-settings>RTP-Settings-1</rtp-settings>
<param name="srgs-xml-mime-type" value="application/grammar+xml"/>
</mrcpv1-profile>
and
ever the same problem :'(
Perhaps it's not the good way ?
DEFINE-GRAMMAR 2 MRCP/1.0
Content-Type: application/srgs+xml
Content-Id: number
Content-Length: 541
<?xml version="1.0" ?>
<grammar xml:lang="fr-FR" version="1.0">
<rule id="number">
<one-of>
<item xml:lang="fr-FR">un</item>
<item xml:lang="fr-FR">deux</item>
<item xml:lang="fr-FR">trois</item>
<item xml:lang="fr-FR">quatre</item>
<item xml:lang="fr-FR">cinq</item>
<item xml:lang="fr-FR">six</item>
<item xml:lang="fr-FR">sept</item>
<item xml:lang="fr-FR">huit</item>
<item xml:lang="fr-FR">neuf</item>
<item xml:lang="fr-FR">zero</item>
</one-of>
</rule>
</grammar>
Probably pebkac, i continue to search ;)
thanks
Yves