BugFix-Add new Polycom MAC (#1770)

Polycom were assigned a new MAC prefix - 64:16:7f
This commit is contained in:
Mafoo
2016-07-22 14:29:57 +01:00
committed by FusionPBX
parent 149064f5e1
commit 1cb70e8e9d

View File

@@ -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;