<div dir="ltr">Hello Guys,<div><br></div><div>Im starting with my Lua scripts dev. Have already had luck writing an Callback script.</div><div>Now i would to go deeper integrating it with Mysql and other libraries and generating some dynamic dialplan.</div><div><br></div><div>Till now i used to write my scripts in Text editor and would to know is it Possible in IDE like Eclipse.</div><div>I installed Lua development plugin in Eclipse but was wondering Whats the correct way to import freeswitch libraries in the project so that i can see methods/functions in in freeswitch API for easier and faster coding.</div><div><br></div><div>I tried loading &quot;libfreeswitch&quot; and &quot;mod_lua&quot; lib using &quot;require&quot; command but its failing with</div><div><br></div><div>[com.naef.jnlua.LuaRuntimeException: error loading module &#39;libfreeswitch&#39; from file &#39;./libfreeswitch.so&#39;:<br><span class="" style="white-space:pre">        </span>./libfreeswitch.so: undefined symbol: apr_os_default_encoding ]  </div><div><br></div><div>Im gud in Java and can use mod_java but would like to stick with lua as i heard its more closer to freeswitch.</div><div><br></div><div>Any help :)</div><div><br></div><div>Regards</div><div>Mayank Nakrani</div></div>