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 4726f9baa6
commit b71a333d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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