Updated Sonus SBC detection (#4363)

* Updated Sonus SBC detection

* Updated to array
This commit is contained in:
Neil Lathwood
2016-09-09 18:11:24 +01:00
committed by Tony Murray
parent 66bc0a7826
commit d6d2ff8499

View File

@@ -11,7 +11,7 @@
*/
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.2879.1.9.2')) {
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.2879.1.9.2','.1.3.6.1.4.1.177.15.1.1.1'))) {
$os = 'sonus-sbc';
}
}