[ring groups] remove unused code (#6456)
This commit is contained in:
@@ -184,7 +184,6 @@
|
|||||||
end
|
end
|
||||||
|
|
||||||
--define additional variables
|
--define additional variables
|
||||||
uuids = "";
|
|
||||||
external = "false";
|
external = "false";
|
||||||
|
|
||||||
--set the sounds path for the language, dialect and voice
|
--set the sounds path for the language, dialect and voice
|
||||||
@@ -750,15 +749,6 @@
|
|||||||
delay_name = "leg_delay_start";
|
delay_name = "leg_delay_start";
|
||||||
end
|
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
|
--export the ringback
|
||||||
if (ring_group_distinctive_ring and #ring_group_distinctive_ring > 0) then
|
if (ring_group_distinctive_ring and #ring_group_distinctive_ring > 0) then
|
||||||
if (local_ip_v4 ~= nil) then
|
if (local_ip_v4 ~= nil) then
|
||||||
|
|||||||
Reference in New Issue
Block a user