We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

ABNF Grammar Report Error

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
sureshkuyilath
Posts: 9
Joined: Tue Nov 04, 2003 6:35 pm

ABNF Grammar Report Error

Post 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

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR platform supports ABNF+XML grammars

Post by support »

Hello,

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

Regards,

Plum Support

Post Reply