<html><head></head><body><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); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"> 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); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"><document type="text/freeswitch-httapi"> </div><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"><work> </div><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"> <playback file="https://server/path/to/file" digit-timeout="5000" name="user_input" terminators="#"></div><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;">  <bind<span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"> action="https://requestb.in/1gzfx1g1"</span>>~\d{3}#}</bind></div><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"> </playback> </div><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"></work></div><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"></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); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"><document type="text/freeswitch-httapi"></div></div><div><params></params><variables><digits>0</digits></variables><div style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"><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); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"></work></span><br></div><div><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"></document></span></div><div><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;"><br></span></div><div class="ydp5b35cb3dsignature"><div id="ydp5b35cb3dRTEContent"><div><div><div><div></div></div></div></div></div></div></div></body></html>