<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>According to the documentation </div><div><br></div><div><div>'digit': The maximum amount of time permitted between digits when the user</div><div>is typing in an extension.  <b>When this timeout expires, after the user has</b></div><div><b>started to type in an extension, the extension will be considered complete,</b></div><div><b>and will be interpreted.</b>  Note that if an extension typed in is valid, it</div><div>will not have to timeout to be tested, so typically at the expiry of this</div><div>timeout, the extension will be considered invalid (and thus control would</div><div>be passed to the 'i' extension, or if it doesn't exist the call would be</div><div>terminated).</div></div><div><br></div><div>This doesn't appear to be working when doing pattern matching in any context where possible overlapping is present.</div><div><br></div><div>ie when doing</div><div><br></div><div>Set(TIMEOUT(digit)=1)</div><div><br></div><div>and you have things in your ivr like </div><div><br></div><div>exten => _X!,1,Playback(thisisbroken) </div><div><br></div><div>or</div><div><br></div><div><div>exten => _X,1,...</div><div>exten => _XX</div></div><div><br></div><div><br></div><div>you can see the timeout is clearly not one second its more like 5 :/. </div><div><br></div><div>Please someone fix this. </div><div><br></div><div><br></div><div><br></div>                                       </div></body>
</html>