This code actually breaks inbound fax email. Commented it out and it works again.

This commit is contained in:
FusionPBX
2019-06-11 18:42:58 -06:00
committed by GitHub
parent 5649e575ee
commit e53860eb47

View File

@@ -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);