From 62bfca478e874e06fd7ec2d4de6fff3311a70dbd Mon Sep 17 00:00:00 2001 From: Luis Daniel Lucio Quiroz Date: Thu, 25 Jan 2018 14:56:42 -0500 Subject: [PATCH] Include New yealink mac (#2963) New Yealink t48s have different mac address --- app/devices/resources/classes/device.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/devices/resources/classes/device.php b/app/devices/resources/classes/device.php index c9dc3bca45..8a7a5ab71d 100644 --- a/app/devices/resources/classes/device.php +++ b/app/devices/resources/classes/device.php @@ -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;