mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add the fip1x series provision template of flyingvoice and the vender of flyingvoice on the web. (#5996)
* Add fip1x series of flyingvoice in the provision * Fix boot file of flyingvoice does not take effect.
This commit is contained in:
@@ -156,6 +156,9 @@ include "root.php";
|
||||
case "0080f0":
|
||||
$device_vendor = "panasonic";
|
||||
break;
|
||||
case "0021f2":
|
||||
$device_vendor = "flyingvoice";
|
||||
break;
|
||||
default:
|
||||
$device_vendor = "";
|
||||
}
|
||||
@@ -215,6 +218,9 @@ include "root.php";
|
||||
if (preg_replace('/^.*?(fanvil).*$/i', '$1', $agent) == "fanvil") {
|
||||
return "fanvil";
|
||||
}
|
||||
if (preg_replace('/^.*?(flyingvoice).*$/i', '$1', $agent) == "flyingvoice") {
|
||||
return "flyingvoice";
|
||||
}
|
||||
// unknown vendor
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user