Ring group fix missed call alert
This commit is contained in:
@@ -325,6 +325,7 @@
|
|||||||
if (debug["sql"]) then
|
if (debug["sql"]) then
|
||||||
freeswitch.consoleLog("notice", "[voicemail] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n");
|
freeswitch.consoleLog("notice", "[voicemail] SQL: " .. sql .. "; params:" .. json.encode(params) .. "\n");
|
||||||
end
|
end
|
||||||
|
dbh = Database.new('system');
|
||||||
dbh:query(sql, params, function(row)
|
dbh:query(sql, params, function(row)
|
||||||
subject = row["template_subject"];
|
subject = row["template_subject"];
|
||||||
body = row["template_body"];
|
body = row["template_body"];
|
||||||
|
|||||||
Reference in New Issue
Block a user