Update index.lua
This commit is contained in:
@@ -378,7 +378,7 @@
|
|||||||
destination_number = api:executeString(cmd);
|
destination_number = api:executeString(cmd);
|
||||||
--freeswitch.consoleLog("notice", "[ring groups][call forward all] " .. count .. " " .. cmd .. " ".. destination_number .."\n");
|
--freeswitch.consoleLog("notice", "[ring groups][call forward all] " .. count .. " " .. cmd .. " ".. destination_number .."\n");
|
||||||
count = count + 1;
|
count = count + 1;
|
||||||
if (count < 5) then
|
if (count < 3) then
|
||||||
count, destination_number = get_forward_all(count, destination_number, domain_name);
|
count, destination_number = get_forward_all(count, destination_number, domain_name);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user