mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
fixed old $mac variable usage
This commit is contained in:
@@ -61,7 +61,7 @@ else {
|
||||
|
||||
//use the mac address to find the vendor
|
||||
if (strlen($device_vendor) == 0) {
|
||||
switch (substr($mac, 0, 6)) {
|
||||
switch (substr($device_mac_address, 0, 6)) {
|
||||
case "00085d":
|
||||
$device_vendor = "aastra";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user