Fix ring group forward

This commit is contained in:
FusionPBX
2025-09-24 14:15:19 -06:00
committed by GitHub
parent dd5eee0289
commit c74cebf363

View File

@@ -555,7 +555,7 @@
end
--process the ring group
if (ring_group_forward_enabled == true and string.len(ring_group_forward_destination) > 0) then
if (ring_group_forward_enabled == 'true' and string.len(ring_group_forward_destination) > 0) then
--set the outbound caller id
if (caller_is_local == 'true' and outbound_caller_id_name ~= nil) then