Hello all
I'm starting to play with lua scripting in Kamailio. It's really cool, some
complex stuff in the script becomes really easy this way. The script is
becoming quite big, therefore I'd like to use lua_run instead of
lua_dofile. My doubt is pretty basic: if i load a script in memory at
startup via the "load" parameter and the script is modifed afterwards, is
there any way to reload the module so the script is reread?
Thanks in advance
Regards
Javi