[ring groups] remove unused code (#6456)

This commit is contained in:
agree
2022-08-22 13:11:59 -04:00
committed by GitHub
parent 04d3b0bfe0
commit fa270a4ee8

View File

@@ -184,7 +184,6 @@
end
--define additional variables
uuids = "";
external = "false";
--set the sounds path for the language, dialect and voice
@@ -750,15 +749,6 @@
delay_name = "leg_delay_start";
end
--create a new uuid and add it to the uuid list
new_uuid = api:executeString("create_uuid");
if (string.len(uuids) == 0) then
uuids = new_uuid;
else
uuids = uuids ..",".. new_uuid;
end
session:execute("set", "uuids="..uuids);
--export the ringback
if (ring_group_distinctive_ring and #ring_group_distinctive_ring > 0) then
if (local_ip_v4 ~= nil) then