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
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue