<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div><div>This, anyone?</div></div><div><br></div><div><br></div><div id="ydpfd15b5c3yahoo_quoted_4293969593" class="ydpfd15b5c3yahoo_quoted"><div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;"><div>On Wednesday, August 30, 2017, 4:36:56 PM GMT+1,  <freeswitch-users-request@lists.freeswitch.org> wrote:</div><div><br></div><div><br><div id="ydpfd15b5c3yiv6932842787"><div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>I am using HTTAPI and need to get user input sent to a URL. The idea is this: play audio, get user input and send it to a URL. Every attempt hasn't worked so far. fs_cli shows the input from the user. It's just not getting to the URL. Here are what I have tried:</div><div><br></div><div>This sends some details to the playback action URL but nothing about the user input is sent. </div><div><br></div><div><div><document type="text/freeswitch-httapi"> </div><div><work> </div><div> <playback file="https://server/path/to/file" digit-timeout="5000" name="user_input" terminators="#"<span style="color:rgb(0, 0, 0);"> action="https://requestb.in/1gzfx1g1"</span>></div><div>  <bind>~\d{3}#}</bind></div><div> </playback> </div><div></work></div><div></document><br></div><br></div><div>Tried putting action in <bind>. Doesn't work too:</div><div><br></div><div><div style="color:rgb(0, 0, 0);"><document type="text/freeswitch-httapi"> </div><div style="color:rgb(0, 0, 0);"><work> </div><div style="color:rgb(0, 0, 0);"> <playback file="https://server/path/to/file" digit-timeout="5000" name="user_input" terminators="#"></div><div style="color:rgb(0, 0, 0);">  <bind<span style="color:rgb(0, 0, 0);"> action="https://requestb.in/1gzfx1g1"</span>>~\d{3}#}</bind></div><div style="color:rgb(0, 0, 0);"> </playback> </div><div style="color:rgb(0, 0, 0);"></work></div><div style="color:rgb(0, 0, 0);"></document></div><br></div><div>Using execute/play_and_get_digits doesn't either:</div><div><br></div><div><div style="color:rgb(0, 0, 0);"><document type="text/freeswitch-httapi"></div></div><div><params></params><variables><digits>0</digits></variables><div style="color:rgb(0, 0, 0);"><work> </div></div><div><div><execute action="https://requestb.in/1gzfx1g1" application="play_and_get_digits" data="2 5 3 8000 # https://server/path/to/file '' digits \d{3} " /></div><span style="color:rgb(0, 0, 0);"></work></span><br></div><div><span style="color:rgb(0, 0, 0);"></document></span></div></div></div></div></div></div></div></div></body></html>