Page 1 of 1

Upcoming release to update name IVR grammars

Posted: Fri Jan 15, 2010 3:28 pm
by support
We are implementing a change to our firstname and lastname grammars that will improve IVR grammar loading time during phone calls. In addition to improving grammar loading time, this change will improve the speech recognition engine in capturing these IVR grammars with a higher degree of accuracy and with little to no latency.

These IVR grammars are currently referenced as:

<grammar src="http://vxml.plumgroup.com/grammars/firstname.php" root="lastname" type="application/srgs+xml" mode="voice"/>

<grammar src="http://vxml.plumgroup.com/grammars/lastname.php" root="lastname" type="application/srgs+xml" mode="voice"/>

In order to make use of these new IVR enhancements, however, you would need to write the firstname and lastname grammars into your IVR code as inline built-ins. For example:

<field name="getname1" type="firstname">

...

</field>

<field name="getname2" type="lastname">

...

</field>

Regards,
Plum Support