diff --git a/resources/install/scripts/app/event_notify/index.lua b/resources/install/scripts/app/event_notify/index.lua index d33d730be3..5f758a5959 100644 --- a/resources/install/scripts/app/event_notify/index.lua +++ b/resources/install/scripts/app/event_notify/index.lua @@ -85,6 +85,16 @@ end end +--fanvil + if (vendor == "fanvil") then + if (command == "reboot") then + event:addHeader('event-string', 'check-sync;reboot=true'); + end + if (command == "check_sync") then + event:addHeader('event-string', 'resync'); + end + end + --grandstream if (vendor == "grandstream") then if (command == "reboot") then