Add vendor Bittel

This commit is contained in:
FusionPBX 2024-11-12 14:53:14 -07:00 committed by GitHub
parent fc5f10acfa
commit 0a33e58b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

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();