Update provision.php (#2336)

This commit is contained in:
Moishe Grunstein 2017-01-31 23:38:04 -05:00 committed by FusionPBX
parent cd512d11fb
commit a0a39f2f08
1 changed files with 3 additions and 0 deletions

View File

@ -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;