<div dir="ltr">Hi, could you give me some example of what's necessary to collect DTMF digits during audio file playback and how to return collected data to my web application? I'm sorry but even after reading FS 1.2 book I don't know how to do that. <div style>
Here's my application's httapi script:</div><div style><br></div><div style><div><document type="text/freeswitch-httapi"></div><div> <work> </div><div><span class="" style="white-space:pre">                </span><pause milliseconds="2000" /></div>
<div> <playback file="<a href="http://wypas2/simver/audio/test2.wav">http://wypas2/simver/audio/test2.wav</a>" name="digits"</div><div> digit-timeout="5" input-timeout="15" loops="3" terminators="#"> </div>
<div> <bind strip="#">~\\d{3}</bind ></div><div> </playback></div><div> </div><div> </work></div><div></document></div><div><br></div><div style>but i don't see the collected digits anywhere in request parameters coming from FS. </div>
<div style><br></div><div style>Thanks</div><div style>RG</div></div></div>