mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update fax_retry.lua
This commit is contained in:
@@ -285,9 +285,9 @@
|
||||
fax_time = os.time();
|
||||
};
|
||||
|
||||
--if (debug["sql"]) then
|
||||
if (debug["sql"]) then
|
||||
freeswitch.consoleLog("notice", "[FAX] retry: " .. sql .. "; params:" .. json.encode(params) .. "\n");
|
||||
--end
|
||||
end
|
||||
dbh:query(sql, params);
|
||||
|
||||
--for email
|
||||
@@ -565,4 +565,4 @@
|
||||
os.remove(fax_file);
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user