From afd9299582949522d1344afc5beade4d6348ad47 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 19 Aug 2014 00:18:48 +0000 Subject: Add support for Cisco 2 Port Phone Adapter SPA112 --- config/determine_class.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/determine_class.lua') diff --git a/config/determine_class.lua b/config/determine_class.lua index 80830fa..5bc4ecd 100644 --- a/config/determine_class.lua +++ b/config/determine_class.lua @@ -11,6 +11,9 @@ if string.match(agent, "Polycom") then elseif string.match(agent, "Linksys") then manufacture = "Linksys" model = string.match(agent, "Linksys/(%P+)") +elseif string.match(agent, "Cisco") then + manufacture = "Cisco" + model = string.match(agent, "Cisco/(%P+)") elseif string.match(agent, "snom") then manufacture = "Snom" model = string.match(agent, "snom(%d+)") -- cgit v1.2.3