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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--clear the dial_string variables
|
||||||
|
dial_string = nil;
|
||||||
|
|
||||||
--increment the value of x
|
--increment the value of x
|
||||||
x = x + 1;
|
x = x + 1;
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user