mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Ensure origination_caller_id_name is defined in ring_group.lua
This commit is contained in:
@@ -67,6 +67,8 @@
|
||||
|
||||
if (string.len(ring_group_cid_name_prefix) > 0) then
|
||||
origination_caller_id_name = ring_group_cid_name_prefix .. "#" .. caller_id_name;
|
||||
else
|
||||
origination_caller_id_name = caller_id_name;
|
||||
end
|
||||
|
||||
if (row.ring_group_strategy == "sequence") then
|
||||
|
||||
Reference in New Issue
Block a user