mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-26 18:25:42 +00:00
Fix ring group forward
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user