Clear the dial_string variables

Clearing dial_string prevents poisoning the value for extensions in the ring group destinations that exist but are not registered.
This commit is contained in:
FusionPBX
2023-10-04 14:55:08 -06:00
committed by GitHub
parent 39d975a279
commit b9bef2ee9a

View File

@@ -915,6 +915,9 @@
end
end
--clear the dial_string variables
dial_string = nil;
--increment the value of x
x = x + 1;
end