<html><head><base href="x-msg://22/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You may consider use lua socket.http package as an alternative to popen+wget.&nbsp;Check:<div>&nbsp;<a href="https://web.tecgraf.puc-rio.br/luasocket/">https://web.tecgraf.puc-rio.br/luasocket/</a>&nbsp;</div><div><a href="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/http.html">http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/http.html</a>&nbsp;</div><div><br><div>Maybe you can be interested also in <a href="http://github.com/fertesta/restinlua">http://github.com/fertesta/restinlua</a>&nbsp;</div><div><br><div><div><div>Em 19/01/2010, ās 21:17, Dan escreveu:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="font-family: 'Times New Roman'; font-size: 12pt; color: rgb(0, 0, 0); ">I would, but I need to post a a wav file that gets recorded, I didn't see a way to supply the location of a file to use as the post data. &nbsp;It looks like you have to url encode the data in the script and pass it all in the call.&nbsp;<div><br></div><div>Thanks</div><div>Dan-<br>----- Original Message -----<br>From: "Rupa Schomaker" &lt;<a href="mailto:rupa@rupa.com">rupa@rupa.com</a>&gt;<br>To: "freeswitch-users" &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>Sent: Tuesday, January 19, 2010 4:06:36 PM<br>Subject: Re: [Freeswitch-users] Lua: io.popen/read blocking in other&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;incoming calls<br><br><br><br><div class="gmail_quote">On Tue, Jan 19, 2010 at 3:03 PM, Dan<span class="Apple-converted-space">&nbsp;</span><span dir="ltr">&lt;<a href="mailto:freeswitch-users@digitaldan.com" target="_blank">freeswitch-users@digitaldan.com</a>&gt;</span><span class="Apple-converted-space">&nbsp;</span>wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; "><div><div style="font-family: 'Times New Roman'; font-size: 12pt; color: rgb(0, 0, 0); ">My lua script is calling wget through lua's io.popen to send and&nbsp;receive&nbsp;data from a web service. While the f:read to wget &nbsp;is running, other incoming calls will block on the same io.popen call until the first call closes the pipe (with f:close()). &nbsp;</div></div></blockquote></div><div><br></div><div>You might want to look at the api that mod_curl exposes to do what you want. &nbsp;No need to do an expensive system call just to call a webservice.</div><br>--<span class="Apple-converted-space">&nbsp;</span><br>-Rupa<br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></div></div>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></div></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div>Fernando Gregianin Testa</div><div><a href="mailto:testa@voicetechnology.com.br">testa@voicetechnology.com.br</a></div><div>+55 11 35882166</div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></div></div></div></body></html>