mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add support for Poly check-sync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user