mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Update intercept.lua (#6788)
This commit is contained in:
committed by
GitHub
parent
88169f9e30
commit
97835fdd6a
@@ -287,7 +287,7 @@
|
||||
end
|
||||
sql = sql .. ") ";
|
||||
sql = sql .. "AND call_uuid IS NOT NULL ";
|
||||
sql = sql .. "LIMIT 1 ";
|
||||
sql = sql .. "ORDER BY created_epoch DESC LIMIT 1 ";
|
||||
if (debug["sql"]) then
|
||||
log.noticef("SQL: %s; params: %s", sql, json.encode(params));
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user