Ensure origination_caller_id_name is defined in ring_group.lua

This commit is contained in:
Mark Crane 2012-08-23 18:25:36 +00:00
parent d5f4ed8885
commit cc1c4ab99e
1 changed files with 2 additions and 0 deletions

View File

@ -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