Page 1 of 1

ABNF Grammar Report Error

Posted: Wed Jan 11, 2006 4:32 pm
by sureshkuyilath
We have the platform version 2.5.0.12, with the Sphinx ASR. I was not able to get SRGS ABNF working. Grammar segment is given below,

Code: Select all

<grammar mode="dtmf" type="application/srgs" >
            <![CDATA[
               #ABNF 1.0 ISO-8859-1;
               mode dtmf;
               root $nbr;
               public $nbr = 1 | 2 | 3 | 4 | "*" | "#" ;
            ]]>
</grammar>
What I am doing worng?
Thanks,
Suresh

IVR platform supports ABNF+XML grammars

Posted: Mon Jan 23, 2006 11:21 am
by support
Hello,

The Plum IVR platform does not support ABNF grammars, only ABNF+XML.

Regards,

Plum Support