[Freeswitch-users] Help need for Lua Script development

Michael Jerris mike at jerris.com
Wed Feb 4 18:14:53 MSK 2015


With embedded lua, there is not an outside library to load, its all from within the freeswitch process.  I don't know if there is any way to get eclipse to see the api available through some other method.

> On Feb 4, 2015, at 2:24 AM, Mayank Nakrani <mayank19882001 at gmail.com> wrote:
> 
> Yes. I know it wont run outside freeswitch but i wanted it to assist me in resolving method names and variables the way it does for JAVA.
> Just enabling faster coding.
> 
> After dev work i neways would copy the script to freeswitch folder n run from within it.
> 
> (the way mod_java gives u freeswitch.jar lib file which when imported in ur java project )
> 
> 
> Regards
> Mayank
> 
> 
> 
> ---------- Forwarded message ----------
> From: Michael Jerris <mike at jerris.com <mailto:mike at jerris.com>>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org <mailto:freeswitch-users at lists.freeswitch.org>>
> Cc: 
> Date: Tue, 3 Feb 2015 11:50:13 -0600
> Subject: Re: [Freeswitch-users] Help need for Lua Script development
> It sounds like you are trying to run scripts that can only run via freeswitch with embedded lua in a seperate lua process.  This is not possible.  Those need to be run from within the freeswitch process.
> 
> > On Jan 31, 2015, at 4:11 AM, Mayank Nakrani <mayank19882001 at gmail.com <mailto:mayank19882001 at gmail.com>> wrote:
> >
> > Hello Guys,
> >
> > Im starting with my Lua scripts dev. Have already had luck writing an Callback script.
> > Now i would to go deeper integrating it with Mysql and other libraries and generating some dynamic dialplan.
> >
> > Till now i used to write my scripts in Text editor and would to know is it Possible in IDE like Eclipse.
> > 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.
> >
> > I tried loading "libfreeswitch" and "mod_lua" lib using "require" command but its failing with
> >
> > [com.naef.jnlua.LuaRuntimeException: error loading module 'libfreeswitch' from file './libfreeswitch.so':
> >       ./libfreeswitch.so: undefined symbol: apr_os_default_encoding ]
> >
> > Im gud in Java and can use mod_java but would like to stick with lua as i heard its more closer to freeswitch.
> >
> > Any help :)
> >
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/75630343/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list