Fix a problem where the ring group is only calling one external number when there are multiple to call.

This commit is contained in:
markjcrane 2015-11-09 18:42:29 -07:00
parent f47a717f9d
commit 53702b1973
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ local log = require "resources.functions.log".ring_group
end
elseif (r.dialplan_detail_type == "bridge") then
if (bridge_match) then
dial_string = dial_string .. "|" .. square .."]"..dialplan_detail_data;
dial_string = dial_string .. delimiter .. square .."]"..dialplan_detail_data;
square = "[";
else
dial_string = square .."]"..dialplan_detail_data;