<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">session:execute runs a freeswitch app, you want to be executing the fsapi command using API:execute<div>Mike</div><div><br><div><br><div><div>On Dec 30, 2008, at 4:16 PM, jonathan augenstine wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Mike,<br><br>I executed the following:<br><br>From CLI:<br>http get <a href="http://www.google.com">http://www.google.com</a> {}<br><br>This comes back with the HTTP response and prints it to the console.&nbsp; I tried to execute the following:<br> <br>response = session:execute("http", "get <a href="http://www.google.com">http://www.google.com</a> {}");<br><br>What I am unable to figure out how to do is retrieve HTTP response.&nbsp; That is my dilemma.<br> <br>Jonathan<br><br><div class="gmail_quote">On Tue, Dec 30, 2008 at 12:57 PM, Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div style="">you can execute the freeswitch api command like any other api command or use any loadable lua module available to do this.<div><br></div><div><br></div><div>Mike</div><div class="Ih2E3d"><div><br><div><div>On Dec 30, 2008, at 3:36 PM, jonathan augenstine wrote:</div> <br><blockquote type="cite">I am developing a Freeswitch/LUA script.&nbsp; From the script, I have a requirement to retrieve information via HTTP from an app server.&nbsp; I have utilized the HTTP application from the Freeswitch CLI.&nbsp; It works great.&nbsp; My question is how can I call the "http get <a href="http://www." target="_blank">http://www.</a>......" from within the LUA script and retrieve the HTTP response?&nbsp; Is this feasible?&nbsp; Or is there a way to make an HTTP request directly from LUA?<br> </blockquote></div></div></div></div></blockquote></div></blockquote></div><br></div></div></body></html>