This code actually breaks inbound fax email. Commented it out and it works again.
This commit is contained in:
parent
5649e575ee
commit
e53860eb47
|
|
@ -226,7 +226,7 @@
|
||||||
cmd = cmd .. "fax_prefix=false ";
|
cmd = cmd .. "fax_prefix=false ";
|
||||||
end
|
end
|
||||||
|
|
||||||
cmd=shell_esc(cmd);
|
--cmd=shell_esc(cmd);
|
||||||
freeswitch.consoleLog("notice", "[fax] command: " .. cmd .. "\n");
|
freeswitch.consoleLog("notice", "[fax] command: " .. cmd .. "\n");
|
||||||
result = api:execute("system", cmd);
|
result = api:execute("system", cmd);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue