BugFix-Add new Polycom MAC (#1770)
Polycom were assigned a new MAC prefix - 64:16:7f
This commit is contained in:
parent
149064f5e1
commit
1cb70e8e9d
|
|
@ -98,6 +98,9 @@ include "root.php";
|
|||
case "00907a":
|
||||
$device_vendor = "polycom";
|
||||
break;
|
||||
case "64167f":
|
||||
$device_vendor = "polycom";
|
||||
break;
|
||||
case "000413":
|
||||
$device_vendor = "snom";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue