From 921581ec23039942efc75a4f661afd33bf064441 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 9 Feb 2026 13:21:00 -0700 Subject: [PATCH] Change Fanvil event header for check_sync command #7740 --- app/switch/resources/scripts/app/event_notify/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/switch/resources/scripts/app/event_notify/index.lua b/app/switch/resources/scripts/app/event_notify/index.lua index bfc1205b87..25bd6cbcac 100644 --- a/app/switch/resources/scripts/app/event_notify/index.lua +++ b/app/switch/resources/scripts/app/event_notify/index.lua @@ -111,7 +111,7 @@ event:addHeader('event-string', 'check-sync;reboot=true'); end if (command == "check_sync") then - event:addHeader('event-string', 'resync'); + event:addHeader('event-string', 'check-sync'); end end