Added support for Digium D-Series phones. (#4229)

This commit is contained in:
Bryan Redeagle
2019-06-02 11:01:54 -05:00
committed by FusionPBX
parent 0c5236cfa0
commit 1f5cae758f
21 changed files with 1085 additions and 109 deletions

View File

@@ -85,6 +85,16 @@
end
end
--digium
if (vendor == "digium") 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
--fanvil
if (vendor == "fanvil") then
if (command == "reboot") then