Update index.lua
This commit is contained in:
@@ -85,8 +85,8 @@
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--htek
|
--grandstream
|
||||||
if (vendor == "htek") then
|
if (vendor == "grandstream") then
|
||||||
if (command == "reboot") then
|
if (command == "reboot") then
|
||||||
event:addHeader('event-string', 'check-sync;reboot=true');
|
event:addHeader('event-string', 'check-sync;reboot=true');
|
||||||
end
|
end
|
||||||
@@ -95,8 +95,8 @@
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--grandstream
|
--htek
|
||||||
if (vendor == "grandstream") then
|
if (vendor == "htek") then
|
||||||
if (command == "reboot") then
|
if (command == "reboot") then
|
||||||
event:addHeader('event-string', 'check-sync;reboot=true');
|
event:addHeader('event-string', 'check-sync;reboot=true');
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user