mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Add vendor Bittel
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user