Timeout attribute for non-input does not work
From DocWiki
(Difference between revisions)
(→Timeout attribute for non-input does not work) |
Docwikibot (Talk | contribs) m (Bot: Adding {{Template:Required Metadata}}) |
||
| (One intermediate revision not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Template:Required Metadata}} | ||
== Timeout attribute for non-input does not work == | == Timeout attribute for non-input does not work == | ||
Latest revision as of 18:41, 18 December 2009
Timeout attribute for non-input does not work
| Problem Summary | The timeout attribute when set to 0 causes VXML script execution to wait forever when run with Nuance. Nuance implements a timeout of 0 by waiting indefinitely, which is not compliant with the VXML specification. |
|---|---|
| Error Message | None. |
| Possible Cause | Using timeout=0, for example,
<form id="form1"><property name="timeout" value="0s"/> <field name="myField"> <prompt count="1"> No input expected. Say nothing </prompt>. |
| Recommended Action |
Using a timeout of 1 ms will effectively provide the behavior expected by the VXML specification; that is, <property name="timeout" value="1ms"/> |
| Release | Release 7.0(1) |
| Associated CDETS # | None. |