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