Add vendor Bittel

This commit is contained in:
FusionPBX
2024-11-12 14:53:14 -07:00
committed by GitHub
parent fc5f10acfa
commit 0a33e58b87

View File

@@ -195,6 +195,16 @@
end
end
--bittel
if (vendor == "bittel") 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;reboot=false');
end
end
--send the event
event:fire();