<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap:break-word"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">I am running an IVR which collects DTMF input while the file is being played, written in Lua. I set InputCallback and then listen for DTMF events. If event found, take actions etc. </div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><div id="bloop_customfont" style="margin:0px">    session:setInputCallback("eventHandler")</div><div id="bloop_customfont" style="margin:0px">    playbackMessage (playback_delay)</div><div id="bloop_customfont" style="margin:0px"><br></div><div id="bloop_customfont" style="margin:0px">Facing a strange issues with Verizon where they send a quick RTP Event write after starting the audio, which triggers the DTMF event and bad things happen in my script. This only happens within first 1 to 2 seconds of RTP. How can I have my InputCallback listen for events only after a few seconds while still playing the audio? or do I have to switch to playAndGetDigits() ?</div><div id="bloop_customfont" style="margin:0px"><br></div><div id="bloop_customfont" style="margin:0px"><br></div></div><div id="bloop_sign_1498586586627620864" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">-- <br><br>Sent with Airmail</div>
</div></body></html>