diff --git a/app/devices/resources/classes/device.php b/app/devices/resources/classes/device.php index bf63889f7a..3629450c0b 100644 --- a/app/devices/resources/classes/device.php +++ b/app/devices/resources/classes/device.php @@ -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 -?> \ No newline at end of file +?>