Add support for Poly check-sync

This commit is contained in:
markjcrane
2025-11-05 17:24:19 -07:00
parent c1d81c6594
commit de74db14ee
2 changed files with 13 additions and 0 deletions

View File

@@ -175,6 +175,16 @@
end
end
--poly
if (vendor == "poly") then
if (command == "reboot") then
event:addHeader('event-string', 'check-sync');
end
if (command == "check_sync") then
event:addHeader('event-string', 'check-sync');
end
end
--snom
if (vendor == "snom") then
if (command == "reboot") then