mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +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") {
|
if (preg_replace('/^.*?(cisco\/spa).*$/i', '$1', $agent) == "cisco/spa") {
|
||||||
return "cisco-spa";
|
return "cisco-spa";
|
||||||
}
|
}
|
||||||
|
if (preg_replace('/^.*?(digium).*$/i', '$1', $agent) == "digium") {
|
||||||
|
return "digium";
|
||||||
|
}
|
||||||
if (preg_replace('/^.*?(grandstream).*$/i', '$1', $agent) == "grandstream") {
|
if (preg_replace('/^.*?(grandstream).*$/i', '$1', $agent) == "grandstream") {
|
||||||
return "grandstream";
|
return "grandstream";
|
||||||
}
|
}
|
||||||
@@ -1223,4 +1226,4 @@ include "root.php";
|
|||||||
|
|
||||||
} //class
|
} //class
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user