mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update index.lua
Set regex_match = false; before the loop.
This commit is contained in:
@@ -441,6 +441,7 @@ local log = require "resources.functions.log".ring_group
|
||||
y = 0;
|
||||
dial_string = '';
|
||||
previous_dialplan_uuid = '';
|
||||
regex_match = false;
|
||||
for k, r in pairs(dialplans) do
|
||||
if (y > 0) then
|
||||
if (previous_dialplan_uuid ~= r.dialplan_uuid) then
|
||||
|
||||
Reference in New Issue
Block a user