Added support for Digium D-Series phones. (#4229)
This commit is contained in:
committed by
FusionPBX
parent
fde876e434
commit
9e0826ab3c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user