mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
[ring groups] remove unused code (#6456)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user