mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Add support for algo to send check-sync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user