Hi, I am trying to invoke a timeout using the session:playAndCollectDigits lua function, this is the syntax I am using:<div><br></div><div><div>call_number = session:playAndGetDigits(1, 20, 1, 10000, "#*", "some-file.wav", "", "[0-9]{1,}");</div>
</div><div><br></div><div>If the user doesn't hit * or # I need the function to return after 10 seconds.</div><div><br></div><div>However this timeout seems to only kick in if I start entering DTMF *after* the initial prompt has played. If I start entering DTMF during the prompt, the function never returns due to timeout.</div>
<div><br></div><div>Has anyone else seen/experienced this ?</div><div><br></div><div>Pete</div>