mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-15 07:35:01 +00:00
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:
@@ -915,6 +915,9 @@
|
||||
end
|
||||
end
|
||||
|
||||
--clear the dial_string variables
|
||||
dial_string = nil;
|
||||
|
||||
--increment the value of x
|
||||
x = x + 1;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user