Ring group external destinations use the | as the delimiter for fail-over.
This commit is contained in:
@@ -443,7 +443,7 @@
|
|||||||
end
|
end
|
||||||
elseif (r.dialplan_detail_type == "bridge") then
|
elseif (r.dialplan_detail_type == "bridge") then
|
||||||
if (bridge_match) then
|
if (bridge_match) then
|
||||||
dial_string = dial_string .. "," .. square .."]"..dialplan_detail_data;
|
dial_string = dial_string .. "|" .. square .."]"..dialplan_detail_data;
|
||||||
square = "[";
|
square = "[";
|
||||||
else
|
else
|
||||||
dial_string = square .."]"..dialplan_detail_data;
|
dial_string = square .."]"..dialplan_detail_data;
|
||||||
|
|||||||
Reference in New Issue
Block a user