mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
committed by
GitHub
parent
95e9901e33
commit
2b7c938f49
@@ -175,6 +175,9 @@ include "root.php";
|
||||
if (preg_replace('/^.*?(cisco\/spa).*$/i', '$1', $agent) == "cisco/spa") {
|
||||
return "cisco-spa";
|
||||
}
|
||||
if (preg_replace('/^.*?(digium).*$/i', '$1', $agent) == "digium") {
|
||||
return "digium";
|
||||
}
|
||||
if (preg_replace('/^.*?(grandstream).*$/i', '$1', $agent) == "grandstream") {
|
||||
return "grandstream";
|
||||
}
|
||||
@@ -1223,4 +1226,4 @@ include "root.php";
|
||||
|
||||
} //class
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user