Change Fanvil event header for check_sync command #7740

This commit is contained in:
FusionPBX
2026-02-09 13:21:00 -07:00
committed by GitHub
parent 9924a41a6a
commit 921581ec23

View File

@@ -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