diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-08 04:58:27 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-08 04:58:27 +0100 |
commit | 42ec3e041e3bbf55c6e2c37bc6d62569228c5ee2 (patch) | |
tree | 0efa6fe16d7d660be1f5505f3d540a02dbc15434 /misc/freeswitch/scripts/send_fax.lua | |
parent | 18cee3df53b54fb15be3b39b947939282405f1b4 (diff) |
Change path from /opt/GS5 to /opt/gemeinschaft
Diffstat (limited to 'misc/freeswitch/scripts/send_fax.lua')
-rw-r--r-- | misc/freeswitch/scripts/send_fax.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |