summaryrefslogtreecommitdiff
path: root/misc/freeswitch
diff options
context:
space:
mode:
authorJulian Pawlowski <julian.pawlowski@gmail.com>2013-01-08 04:58:27 +0100
committerJulian Pawlowski <julian.pawlowski@gmail.com>2013-01-08 04:58:27 +0100
commit42ec3e041e3bbf55c6e2c37bc6d62569228c5ee2 (patch)
tree0efa6fe16d7d660be1f5505f3d540a02dbc15434 /misc/freeswitch
parent18cee3df53b54fb15be3b39b947939282405f1b4 (diff)
Change path from /opt/GS5 to /opt/gemeinschaft
Diffstat (limited to 'misc/freeswitch')
-rw-r--r--misc/freeswitch/conf/freeswitch.xml2
-rw-r--r--misc/freeswitch/scripts/dialplan/voicemail.lua2
-rw-r--r--misc/freeswitch/scripts/send_fax.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml
index 04369a7..ca452fc 100644
--- a/misc/freeswitch/conf/freeswitch.xml
+++ b/misc/freeswitch/conf/freeswitch.xml
@@ -636,7 +636,7 @@
<param name="disable-v17" value="false"/>
<param name="ident" value=""/>
<param name="header" value="GS4"/>
- <param name="spool-dir" value="/opt/GS5/misc/fax"/>
+ <param name="spool-dir" value="/opt/gemeinschaft/misc/fax"/>
<param name="file-prefix" value="fax_in_"/>
</settings>
</configuration>
diff --git a/misc/freeswitch/scripts/dialplan/voicemail.lua b/misc/freeswitch/scripts/dialplan/voicemail.lua
index b9dab79..801e0d0 100644
--- a/misc/freeswitch/scripts/dialplan/voicemail.lua
+++ b/misc/freeswitch/scripts/dialplan/voicemail.lua
@@ -128,7 +128,7 @@ end
function Voicemail.send_notify(self, caller)
self.log:debug('VOICEMAIL_NOTIFY - account: ' .. self.record.auth_name .. ", id: " .. tostring(caller.uuid));
- local file = io.popen("/opt/GS5/script/voicemail_new.sh '" .. tostring(self.record.auth_name) .. "' '" .. tostring(caller.uuid) .. "' 2>&1");
+ local file = io.popen("/opt/gemeinschaft/script/voicemail_new.sh '" .. tostring(self.record.auth_name) .. "' '" .. tostring(caller.uuid) .. "' 2>&1");
self.log:debug('VOICEMAIL_NOTIFY - result: ' .. tostring(file:read("*a")));
file:close();
diff --git a/misc/freeswitch/scripts/send_fax.lua b/misc/freeswitch/scripts/send_fax.lua
index 321a5b1..ec9a8be 100644
--- a/misc/freeswitch/scripts/send_fax.lua
+++ b/misc/freeswitch/scripts/send_fax.lua
@@ -2,7 +2,7 @@
-- (c) AMOOMA GmbH 2012
--
-local FAX_FILE_PATH = "/opt/GS5/public/uploads/fax_document/tiff/";
+local FAX_FILE_PATH = "/opt/gemeinschaft/public/uploads/fax_document/tiff/";
local FAX_ANSWERING_TIMEOUT = 20;
-- Set logger