Clear the dial_string variable so that it to prevent duplicate destinations.
This commit is contained in:
parent
93ff09e8b1
commit
faad283331
|
|
@ -453,6 +453,7 @@ local log = require "resources.functions.log".ring_group
|
|||
else
|
||||
--external number
|
||||
y = 0;
|
||||
dial_string = '';
|
||||
previous_dialplan_uuid = '';
|
||||
for k, r in pairs(dialplans) do
|
||||
if (y > 0) then
|
||||
|
|
|
|||
Loading…
Reference in New Issue