Update provision.php (#2336)
This commit is contained in:
committed by
FusionPBX
parent
f2bc81c287
commit
ce56362bf4
@@ -129,6 +129,9 @@ include "root.php";
|
||||
//set the mac address in the correct format for the specific vendor
|
||||
public function format_mac($mac, $vendor) {
|
||||
switch (strtolower($vendor)) {
|
||||
case "algo":
|
||||
$mac = strtoupper($mac);
|
||||
break;
|
||||
case "aastra":
|
||||
$mac = strtoupper($mac);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user