Ring group fix missed call alert

This commit is contained in:
agree
2021-02-03 12:18:34 -05:00
committed by GitHub
parent 806dcce76e
commit 9ad77b64bd

View File

@@ -325,6 +325,7 @@
if (debug["sql"]) then
freeswitch.consoleLog("notice", "[voicemail] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n");
end
dbh = Database.new('system');
dbh:query(sql, params, function(row)
subject = row["template_subject"];
body = row["template_body"];