Update index.lua

This commit is contained in:
FusionPBX 2018-04-09 15:26:25 -06:00 committed by GitHub
parent 1217da9668
commit deb40fa846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -85,8 +85,8 @@
end
end
--htek
if (vendor == "htek") then
--grandstream
if (vendor == "grandstream") then
if (command == "reboot") then
event:addHeader('event-string', 'check-sync;reboot=true');
end
@ -95,8 +95,8 @@
end
end
--grandstream
if (vendor == "grandstream") then
--htek
if (vendor == "htek") then
if (command == "reboot") then
event:addHeader('event-string', 'check-sync;reboot=true');
end