Page 1 of 1

Type-ahead support with dtmf

Posted: Tue May 26, 2009 10:12 am
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.

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

Posted: Tue May 26, 2009 1:41 pm
by support
Hi,

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

Regards,
Plum Support