Include New yealink mac (#2963)

New Yealink t48s have different mac address
This commit is contained in:
Luis Daniel Lucio Quiroz
2018-01-25 14:56:42 -05:00
committed by FusionPBX
parent be4dd2fdc8
commit ccd684507e

View File

@@ -107,6 +107,9 @@ include "root.php";
case "001565":
$device_vendor = "yealink";
break;
case "805ec0":
$device_vendor = "yealink";
break;
case "00268B":
$device_vendor = "escene";
break;