Update group_call.lua

This commit is contained in:
FusionPBX
2016-11-18 10:24:07 -07:00
committed by GitHub
parent 3440b8a15a
commit 4f6b63703a
@@ -51,7 +51,7 @@
--get the domain_uuid --get the domain_uuid
if (domain_name ~= nil) then if (domain_name ~= nil) then
local sql = "SELECT domain_uuid FROM v_domains "; local sql = "SELECT domain_uuid FROM v_domains ";
sql = sql .. "WHERE domain_name = :domain_name"; sql = sql .. "WHERE domain_name = :domain_name ";
local params = {domain_name = domain_name}; local params = {domain_name = domain_name};
if (debug["sql"]) then if (debug["sql"]) then
freeswitch.consoleLog("notice", "[xml_handler] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n"); freeswitch.consoleLog("notice", "[xml_handler] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n");