Update fax_retry.lua

This commit is contained in:
FusionPBX 2016-12-01 23:47:32 -07:00 committed by GitHub
parent 63664f7807
commit 9a1cb972b6
1 changed files with 3 additions and 3 deletions

View File

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