mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Added support for Digium D-Series phones. (#4229)
This commit is contained in:
committed by
FusionPBX
parent
0c5236cfa0
commit
1f5cae758f
@@ -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