From 2f49e42ac7c582aada0f7b7f264d03ae567cfcb7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 9 Apr 2018 15:26:25 -0600 Subject: [PATCH] Update index.lua --- resources/install/scripts/app/event_notify/index.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/install/scripts/app/event_notify/index.lua b/resources/install/scripts/app/event_notify/index.lua index 2e8c5c333d..d33d730be3 100644 --- a/resources/install/scripts/app/event_notify/index.lua +++ b/resources/install/scripts/app/event_notify/index.lua @@ -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