mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Clear the dial_string variable so that it to prevent duplicate destinations.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user