<div dir="ltr">Because it is default from lua.conf.xml vanila example. But without ?.lua and without /?.lua I gave the same result</div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-03 19:18 GMT+04:00 Michael Jerris <span dir="ltr">&lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">why do you have ?.lua at the end?  what happens if you don&#39;t include that?<br>
<div><div class="h5"><br>
On Oct 3, 2014, at 9:20 AM, Борисов, Дмитрий &lt;<a href="mailto:bordmi@rarus.ru">bordmi@rarus.ru</a>&gt; wrote:<br>
<br>
&gt; I found some intrsting thing, maybe bug. I instruct mod_lua to seek for scripts in<br>
&gt; $${script_dir}/lua:<br>
&gt;<br>
&gt; # cat lua.conf.xml<br>
&gt; &lt;configuration name=&quot;lua.conf&quot; description=&quot;LUA Configuration&quot;&gt;<br>
&gt;   &lt;settings&gt;<br>
&gt;<br>
&gt;     &lt;param name=&quot;module-directory&quot; value=&quot;/usr/local/lib/lua/5.1/?.so&quot;/&gt;<br>
&gt;     &lt;param name=&quot;module-directory&quot; value=&quot;/usr/local/lib/?.so&quot;/&gt;<br>
&gt;     &lt;param name=&quot;script-directory&quot; value=&quot;$${script_dir}/lua/?.lua&quot;/&gt;<br>
&gt;<br>
&gt;     &lt;param name=&quot;xml-handler-script&quot; value=&quot;gen_dir_user_xml.lua&quot;/&gt;<br>
&gt;     &lt;param name=&quot;xml-handler-bindings&quot; value=&quot;directory&quot;/&gt;<br>
&gt;<br>
&gt;   &lt;/settings&gt;<br>
&gt; &lt;/configuration&gt;<br>
&gt;<br>
&gt; But in loading process i got next error message in logfile:<br>
&gt;<br>
&gt; freeswitch.log:<br>
&gt; 2014-10-03 17:02:05.683593 [ERR] mod_lua.cpp:203 cannot open /usr/local/share/freeswitch/scripts/gen_dir_user_xml.lua: No such file or directory<br>
&gt; 2014-10-03 17:02:05.683599 [ERR] mod_lua.cpp:269 LUA script parse/execute error!<br>
&gt; 2014-10-03 17:02:05.683901 [ERR] mod_lua.cpp:203 cannot open /usr/local/share/freeswitch/scripts/gen_dir_user_xml.lua: No such file or directory<br>
&gt; 2014-10-03 17:02:05.683910 [ERR] mod_lua.cpp:269 LUA script parse/execute error!<br>
&gt; 2014-10-03 17:02:05.684191 [ERR] mod_lua.cpp:203 cannot open /usr/local/share/freeswitch/scripts/gen_dir_user_xml.lua: No such file or directory<br>
&gt; 2014-10-03 17:02:05.684196 [ERR] mod_lua.cpp:269 LUA script parse/execute error!<br>
&gt;<br>
&gt; I put my lua scripts in right place (as described in config):<br>
&gt; # ls -la /usr/local/share/freeswitch/scripts/lua/gen_dir_user_xml.lua<br>
&gt; -rw-r--r--  1 root  wheel  1708  3 окт 16:17 /usr/local/share/freeswitch/scripts/lua/gen_dir_user_xml.lua<br>
&gt;<br>
&gt; But FS seek for it in $${script_dir} place, where no my script:<br>
&gt; # ls -la /usr/local/share/freeswitch/scripts/gen_dir_user_xml.lua<br>
&gt; ls: /usr/local/share/freeswitch/scripts/gen_dir_user_xml.lua: No such file or directory<br>
&gt;<br>
&gt; When my FF starts, it evals path from config right:<br>
&gt; freeswitch@voip-bsd-01.local&gt; eval $${script_dir}/lua/<br>
&gt; /usr/local/share/freeswitch/scripts/lua/<br>
&gt;<br>
&gt; I can solve this problem simply by putting script to $${script_dir} (I tried, it works), but after that i loose possibility to sort my scripts.<br>
&gt;<br>
&gt; Any thinks about?<br>
&gt;<br>
&gt; --<br>
&gt; Best regards,<br>
&gt;     Борисов Дмитрий<br>
<br>
</div></div>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">С уважением,<div>    Борисов Дмитрий</div></div>
</div>