Good evening,<br>This is newbie question. <br><br>The FreeSWITCH lua module does not support sockets and sql out of box that is why<br>I just installed LuaBinaries (including socket, sql modules). My dev environment is Win XP not Linux/Unix.<br>
<br>I am trying to understand what will happen when lua_module get this:<br><br>require &quot;socket&quot; or  <br>require &quot;luasql.mysql&quot;<br>? <br><br>How does lua_module look up additional lua modules on Windows platform?<br>
<br>Do I have to set some env variables? <br><br>TIA<br>-Vladimir Rodionov<br><pre><br></pre>