Update disa.callback.lua
This commit is contained in:
@@ -88,10 +88,10 @@ else
|
|||||||
end
|
end
|
||||||
dialplans = {};
|
dialplans = {};
|
||||||
x = 1;
|
x = 1;
|
||||||
assert(dbh:query(sql, params, function(row)
|
dbh:query(sql, params, function(row)
|
||||||
dialplans[x] = row;
|
dialplans[x] = row;
|
||||||
x = x + 1;
|
x = x + 1;
|
||||||
end));
|
end);
|
||||||
|
|
||||||
y = 0;
|
y = 0;
|
||||||
previous_dialplan_uuid = '';
|
previous_dialplan_uuid = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user