mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix a problem where the ring group is only calling one external number when there are multiple to call.
This commit is contained in:
@@ -497,7 +497,7 @@ local log = require "resources.functions.log".ring_group
|
|||||||
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 .. delimiter .. 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