Interdigittimeout not honored
Posted: Fri Jan 11, 2008 11:13 am
I'm using an inter-digit timeout time of 3s, set at the document level.
Later I attempt to collect a 10-digit phone number
When I test the system, I'm getting odd results; the timeout is clearly shorter than 3s.
By way of debugging, I've lengthened the interdigittimeout timer to 10s and still cannot collect a ten digit number successfully. The system rapidly times out and collects just the first digit or digits.
Query: is the interdigittimeout property honored at the document level?
Code: Select all
<property name="interdigittimeout" value="3s"/>
Code: Select all
<field name="userTn" cond="!tnValid" type="digits?minlength=10;maxlength=10">
By way of debugging, I've lengthened the interdigittimeout timer to 10s and still cannot collect a ten digit number successfully. The system rapidly times out and collects just the first digit or digits.
Query: is the interdigittimeout property honored at the document level?