mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix. Pass params to query call in destination_caller_id.lua (#2159)
This commit is contained in:
committed by
FusionPBX
parent
0520be077d
commit
ba019995f1
@@ -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