Update fax_retry.lua

This commit is contained in:
FusionPBX 2016-12-02 00:52:10 -07:00 committed by GitHub
parent 9c53d77fb9
commit b6281a84c4
1 changed files with 2 additions and 2 deletions

View File

@ -384,9 +384,9 @@
domain_uuid = domain_uuid;
}
--if (debug["sql"]) then
if (debug["sql"]) then
freeswitch.consoleLog("notice", "[FAX] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n");
--end
end
if (storage_type == "base64") then
local dbh = Database.new('system', 'base64');
dbh:query(sql, params);