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

Upcoming release to update name IVR grammars

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

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

Upcoming release to update name IVR grammars

Post 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

Locked