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

Type-ahead support with dtmf

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
soso
Posts: 62
Joined: Tue Apr 22, 2008 8:11 am

Type-ahead support with dtmf

Post by soso »

Hi,

Is it possible to use type-ahead support with dtmf sequence?

When I've this code:

Code: Select all

<field name="phone">
...
<filled>
<submit name="check_phone" namelist="phone" />
</filled>
</field>

<form id="check_phone">
<block>
<var name="rc" expr="<% CheckForm() %>" />
<if cond="rc==0">
...
</if>
</block>
</form>
But when I execute this code, I've no type-ahead function because I've the block instruction.

How do I use the type-ahead function?

THanks by advance.

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

IVR application not for use with type-ahead feature for DTMF

Post by support »

Hi,

Sorry, but IVR does not support this type-ahead feature for DTMF.

Regards,
Plum Support

Post Reply