Add a default delimiter for ring groups.
This commit is contained in:
@@ -86,6 +86,7 @@
|
|||||||
origination_caller_id_name = caller_id_name;
|
origination_caller_id_name = caller_id_name;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
delimiter = ",";
|
||||||
if (row.ring_group_strategy == "sequence") then
|
if (row.ring_group_strategy == "sequence") then
|
||||||
delimiter = "|";
|
delimiter = "|";
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user