<div dir="ltr">nevermind, my input binding was incorrect<div style>this binding will match any digits followed by #:</div><div style>&lt;bind strip=&quot;#&quot;&gt;~\d+#&lt;/bind&gt;<br></div><div style><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sat, Jun 22, 2013 at 9:27 PM, Rafal Gwizdala <span dir="ltr">&lt;<a href="mailto:rafal.gwizdala@gmail.com" target="_blank">rafal.gwizdala@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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>

Here&#39;s my application&#39;s httapi script:</div><div><br></div><div><div>&lt;document type=&quot;text/freeswitch-httapi&quot;&gt;</div><div>    &lt;work&gt; </div><div><span style="white-space:pre-wrap">                </span>&lt;pause milliseconds=&quot;2000&quot; /&gt;</div>

<div>        &lt;playback file=&quot;<a href="http://wypas2/simver/audio/test2.wav" target="_blank">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>but i don&#39;t see the collected digits anywhere in request parameters coming from FS. </div>

<div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div>RG</div></font></span></div></div>
</blockquote></div><br></div>