mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Fix follow me calls to external destinations.
This commit is contained in:
@@ -341,7 +341,7 @@
|
||||
end
|
||||
|
||||
--get the destination caller id name and number
|
||||
if (follow_me_caller_id_uuid ~= nil) then
|
||||
if (follow_me_caller_id_uuid and follow_me_caller_id_uuid ~= '') then
|
||||
local sql = "select destination_uuid, destination_number, destination_description, destination_caller_id_name, destination_caller_id_number ";
|
||||
sql = sql .. "from v_destinations ";
|
||||
sql = sql .. "where domain_uuid = :domain_uuid ";
|
||||
|
||||
Reference in New Issue
Block a user