Enhanced Avaya J-Series support (#7036)

* Updates to Avaya J-Series support

* small J189 fixes
This commit is contained in:
Antonio Fernandez
2024-07-05 17:07:45 -06:00
committed by GitHub
parent 56aea7c66d
commit 9ec26f0244
10 changed files with 636 additions and 21 deletions
@@ -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();