<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Guys.<br>
<br>
Just by curiosity:<br>
<br>
Let suppose i have an ivr with just two options:<br>
<ul>
  <li>digit = '1'</li>
  <li>digit = '/^2[0-9]$/</li>
</ul>
with digit-len = 2 and inter-digit-timeout = 5000<br>
<br>
If i press 1 i have to wait inter-digit-timeout to perform the action,
however there will be no 1[0-9] so the system can perform the action
without having to wait inter-digit-timeout time.<br>
<br>
Is there any way to change digit-len to something like 'dynamic' ? so
this way everytime the ivr get a digit it will compare against possible
choices and if there will be just one that match then it will perform
the action inmediately.<br>
<br>
Slds.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Nestor A. Diaz
<a class="moz-txt-link-abbreviated" href="mailto:nestor@tiendalinux.com">nestor@tiendalinux.com</a>
</pre>
</body>
</html>