Advertisement
Borik

Untitled

Jan 28th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.46 KB | None | 0 0
  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="$${script_dir}/?.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.  
  30.     <!--<hook event="CUSTOM" subclass="conference::maintenance" script="catch-event.lua"/>-->
  31.     <!--hook event="all" script="print_events.lua"/>-->
  32.     <hook event="CHANNEL_CREATE" script="stop_record_session.lua"/>
  33.   </settings>
  34. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement