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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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