Clear the dial_string variable so that it to prevent duplicate destinations.

This commit is contained in:
markjcrane
2015-11-22 19:07:56 -07:00
parent 56cc0a6055
commit 7749088fd8

View File

@@ -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