Add support for algo to send check-sync

This commit is contained in:
FusionPBX
2025-06-10 14:02:11 -06:00
committed by GitHub
parent 6deaa1fa37
commit 8d8867f29b
2 changed files with 16 additions and 2 deletions

View File

@@ -65,6 +65,16 @@
end
end
--algo
if (vendor == "algo") then
if (command == "reboot") then
event:addHeader('event-string', 'check-sync;reboot=true');
end
if (command == "check_sync") then
event:addHeader('event-string', 'check-sync');
end
end
--cisco
if (vendor == "cisco") then
if (command == "reboot") then