[Freeswitch-users] lua script
Joli Martinez
mrjoli021 at gmail.com
Thu Dec 5 22:32:46 MSK 2013
Hello,
I am trying to write a lua script and I am getting an error when calling it. I have moved the script to the scripts directory in Freeswitch and same result. The lua mod is enabled and loaded on Freeswitch.
Script------------------------------------------------------------------------------
#!/usr/bin/lua
api = freeswitch.API();
reply = api:executeString("version");
~
Error---------------------------------------------------------------------------------
lua hello.lua
lua: hello.lua:3: attempt to index global 'freeswitch' (a nil value)
stack traceback:
hello.lua:3: in main chunk
[C]: ?
thanks,
Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users
mailing list