Timeout attribute for non-input does not work
From DocWiki
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. |