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

How do I eliminate the pause that occurs before <say-as>

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
jallard
Posts: 21
Joined: Mon Oct 03, 2011 7:20 am

How do I eliminate the pause that occurs before <say-as>

Post by jallard »

I am trying to eliminate the pause that occurs after a user enters data and before the platform repeats what the user entered using the <say-as> tag. I had some dialogue with your support over email, and they recommended I use the property "termmaxdigits" value="true". I tried this, but I still get the pause. Below is some of the code:
Last edited by jallard on Tue Feb 14, 2012 12:54 pm, edited 1 time in total.

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

Re: How do I eliminate the pause that occurs before <say-as>

Post by support »

Hi jallard,

It appears that the termmaxdigits property does not correctly function within a field tag. We have opened a bug ticket with our platform engineers detailing this issue. Thank you for discovering this.

We found that moving this property to the form level would avoid this pause.

Code: Select all

<form id="check">
  <property name="termmaxdigits" value="true"/>
  <property name="inputmodes" value="dtmf"/>

  <field name="chkseq" type="digits?length=8">
Hope this helps.

Regards,
Plum Support

Post Reply