Add check-sync support for Linksys SPA.

This commit is contained in:
markjcrane
2015-12-01 20:48:47 -07:00
parent 64c6dd0181
commit 906cb13145
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -57,6 +57,9 @@ else {
if (preg_replace('/^.*?(grandstream).*$/i', '$1', strtolower($agent)) == "grandstream") {
$vendor = "grandstream";
}
if (preg_replace('/^.*?(linksys).*$/i', '$1', strtolower($agent)) == "linksys") {
$vendor = "linksys";
}
if (preg_replace('/^.*?(polycom).*$/i', '$1', strtolower($agent)) == "polycom") {
$vendor = "polycom";
}