mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-16 13:38:26 +00:00
Fix. Pass params to query call in destination_caller_id.lua (#2159)
This commit is contained in:
committed by
FusionPBX
parent
5a8b6bb332
commit
fa9e294932
@@ -58,7 +58,7 @@
|
||||
end
|
||||
|
||||
x = 0;
|
||||
dbh:query(sql, function(row)
|
||||
dbh:query(sql, params, function(row)
|
||||
destination_number = row.destination_number;
|
||||
--destination_caller_id_name = row.destination_caller_id_name;
|
||||
--destination_caller_id_number = row.destination_caller_id_number;
|
||||
|
||||
Reference in New Issue
Block a user