1eb594f0b5d5774f7fb9b412a11285b12a3593a9
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.uci / autoload_configs / lua.conf.xml
1 <configuration name="lua.conf" description="LUA Configuration">
2 <settings>
3
4 <!--
5 Specify local directories that will be searched for LUA modules
6 These entries will be pre-pended to the LUA_CPATH environment variable
7 -->
8 <!-- <param name="module-directory" value="/usr/lib/lua/5.1/?.so"/> -->
9 <!-- <param name="module-directory" value="/usr/local/lib/lua/5.1/?.so"/> -->
10
11 <!--
12 Specify local directories that will be searched for LUA scripts
13 These entries will be pre-pended to the LUA_PATH environment variable
14 -->
15 <!-- <param name="script-directory" value="/usr/local/lua/?.lua"/> -->
16 <!-- <param name="script-directory" value="$${base_dir}/scripts/?.lua"/> -->
17
18 <!--<param name="xml-handler-script" value="/dp.lua"/>-->
19 <!--<param name="xml-handler-bindings" value="dialplan"/>-->
20
21 <!--
22 The following options identifies a lua script that is launched
23 at startup and may live forever in the background.
24 You can define multiple lines, one for each script you
25 need to run.
26 -->
27 <!--<param name="startup-script" value="startup_script_1.lua"/>-->
28 <!--<param name="startup-script" value="startup_script_2.lua"/>-->
29 </settings>
30 </configuration>