summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-25 13:51:30 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-25 13:51:30 +0100
commit5d3c52dad03a9898e1dc15ca54b322f267c3e108 (patch)
treee9b64448b60ce6268cc23ab64b3e5c6085eaee31 /misc
parentf9b94562dafeae11224f2112d82e0aef17e1a94f (diff)
parent25c8fd5f00df857c24ce61b0290f67fb5006ffb2 (diff)
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'misc')
-rw-r--r--misc/freeswitch/conf/freeswitch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml
index 09f36d1..33a743e 100644
--- a/misc/freeswitch/conf/freeswitch.xml
+++ b/misc/freeswitch/conf/freeswitch.xml
@@ -638,7 +638,7 @@
</configuration>
<configuration name="lua.conf" description="LUA Configuration">
<settings>
- <param name="script-directory" value="$${base_dir}/scripts/?.lua"/>
+ <param name="script-directory" value="/usr/share/freeswitch/scripts/?.lua;/usr/share/lua/5.1/?.lua;"/>
<param name="xml-handler-script" value="configuration.lua"/>
<param name="xml-handler-bindings" value="directory|configuration"/>
<param name="startup-script" value="fax_daemon.lua"/>