Enhanced Avaya J-Series support (#7036)
* Updates to Avaya J-Series support * small J189 fixes
This commit is contained in:
@@ -185,6 +185,16 @@
|
||||
end
|
||||
end
|
||||
|
||||
--avaya
|
||||
if (vendor == "avaya") 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