Update fax_retry.lua
This commit is contained in:
parent
c5a47e0287
commit
c029516f07
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue