mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-02 10:03:49 +00:00
forgot commenting out end
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
AND (mwi_account = ']]..voicemail_id..[[' or mwi_account = ']]..voicemail_id..[[@]]..domain_name..[[')]];
|
||||
if (debug["sql"]) then
|
||||
freeswitch.consoleLog("notice", "[voicemail] SQL: " .. sql .. "\n");
|
||||
--end
|
||||
end
|
||||
status = dbh:query(sql, function(row)
|
||||
if (string.len(row["number_alias"]) > 0) then
|
||||
table.insert(accounts, row["number_alias"]);
|
||||
|
||||
Reference in New Issue
Block a user