This code actually breaks inbound fax email. Commented it out and it works again.
This commit is contained in:
parent
4726f9baa6
commit
b71a333d40
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue