mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
This code actually breaks inbound fax email. Commented it out and it works again.
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
cmd = cmd .. "fax_prefix=false ";
|
||||
end
|
||||
|
||||
cmd=shell_esc(cmd);
|
||||
--cmd=shell_esc(cmd);
|
||||
freeswitch.consoleLog("notice", "[fax] command: " .. cmd .. "\n");
|
||||
result = api:execute("system", cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user