Add a default delimiter for ring groups.
This commit is contained in:
parent
96b6a1c090
commit
e988f2a359
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue