mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-27 18:55:42 +00:00
Add Cisco and Linksys to the format_mac list.
This commit is contained in:
@@ -132,6 +132,12 @@ include "root.php";
|
||||
case "aastra":
|
||||
$mac = strtoupper($mac);
|
||||
break;
|
||||
case "cisco":
|
||||
$mac = strtoupper($mac);
|
||||
break;
|
||||
case "linksys":
|
||||
$mac = strtolower($mac);
|
||||
break;
|
||||
case "mitel":
|
||||
$mac = strtoupper($mac);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user