[Freeswitch-users] Lua not working when FS start with background mode[freeswitch -nc]
zzy
zzyroy at qq.com
Fri Mar 24 17:36:25 MSK 2017
Debian 8
FreeSWITCH (Version 1.6.15 -32-bec4538 64bit)
1. Login Debian with root.
2. Install the FS by apt-get.
wget -O - https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub| apt-key add -
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/jessie main" > /etc/apt/sources.list.d/freeswitch.list
apt-get update && apt-get install -y freeswitch-meta-all
3. Run fs_cli after install.
4. I add a gateway in Freeswitch Portal. It will run a run lua script [create_gateway.lua]. This lua script is from source code [/usr/src/freeswitch/scripts/lua/portal/create_gateway.lua].I get an error message in fs_cli:
2017-03-24 10:32:46.006528 [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/portal/create_gateway.lua:13: attempt to index global 'conf_file' (a nil value)
stack traceback:
/usr/share/freeswitch/scripts/portal/create_gateway.lua:13: in main chunk
5. Stop the FS with [systemctl stop freeswitch.service] command.
6. Run [freeswitch -c] command set the FS in the foreground.
7. I add a gateway in Freeswitch Portal again and get the correct result.
8. I also try this after FS startup in the background ([freeswitch -nc] and [freeswitch -ncwait]). Get the same error as before.
Who can tell me why the lua script does not working when FS startup with service mode and background mode?
Thanks a lot!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170324/ecf29060/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 19345 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170324/ecf29060/attachment-0001.obj
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list