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

This commit is contained in:
Bryan Redeagle
2019-06-02 10:01:54 -06:00
committed by FusionPBX
parent fde876e434
commit 9e0826ab3c
21 changed files with 1085 additions and 109 deletions
@@ -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