<span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">Debian 8&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">FreeSWITCH (Version 1.6.15 -32-bec4538 64bit)&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">1. Login Debian with root.&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">2. Install the FS by apt-get.&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">wget -O -&nbsp;</span><a href="https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub" style="color: rgb(59, 115, 175); text-decoration: none; font-family: Arial, sans-serif;">https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub</a><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">| apt-key add -&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">echo "deb&nbsp;</span><a href="http://files.freeswitch.org/repo/deb/freeswitch-1.6/" style="color: rgb(59, 115, 175); text-decoration: none; font-family: Arial, sans-serif;">http://files.freeswitch.org/repo/deb/freeswitch-1.6/</a><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">jessie main" &gt; /etc/apt/sources.list.d/freeswitch.list&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">apt-get update &amp;&amp; apt-get install -y freeswitch-meta-all&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">3. Run fs_cli after install.&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">4.&nbsp;</span><font color="#333333" face="Arial, sans-serif">I add a gateway in Freeswitch Portal. It will run a&nbsp;</font><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">run lua script [create_gateway.lua].&nbsp;</span><font color="#333333" face="Arial, sans-serif">This lua script is from source code [/usr/src/freeswitch/scripts/lua/portal/create_gateway.lua].</font><div><font color="#333333" face="Arial, sans-serif">I get an error message in fs_cli:&nbsp;</font></div><div><font color="#333333" face="Arial, sans-serif"><br></font></div><div><font color="#333333" face="Arial, sans-serif">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)&nbsp;</font></div><div><font color="#333333" face="Arial, sans-serif">stack traceback:&nbsp;</font></div><div><font color="#333333" face="Arial, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; /usr/share/freeswitch/scripts/portal/create_gateway.lua:13: in main chunk</font></div><div><font color="#333333" face="Arial, sans-serif"><br></font></div><div><img src="cid:30FC8C7F@02E20D6E.E92ED558"></div><div><br></div><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">5. Stop the FS with [systemctl stop freeswitch.service] command.&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">6. Run [freeswitch -c] command set the FS in the foreground.&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">7.&nbsp;</span><font color="#333333" face="Arial, sans-serif">I add a gateway in Freeswitch Portal</font><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">&nbsp;again</span><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">&nbsp;and get the correct result.&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">8. I also try this</span><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">&nbsp;</span><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">after FS startup in the background ([freeswitch -nc] and [freeswitch -ncwait]). Get the same error as before.&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">Who can tell me why the lua script does not working when FS startup with service mode and background mode?&nbsp;</span><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><br style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;">Thanks a lot!&nbsp;<br></span>