From 8d2f3dc9e2ff04906a6870f3d710c316faefdf03 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Tue, 10 Dec 2013 11:16:06 +0000 Subject: Gigaset dialplan class --- misc/freeswitch/scripts/phones/phone.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/freeswitch/scripts/phones/phone.lua b/misc/freeswitch/scripts/phones/phone.lua index 174503b..0f428ee 100644 --- a/misc/freeswitch/scripts/phones/phone.lua +++ b/misc/freeswitch/scripts/phones/phone.lua @@ -35,6 +35,9 @@ function Phone.list_by_sql(self, sql_query) elseif phone.record.ieee_name == 'xiamen yealink network technology co.,ltd' then require 'phones.yealink'; phone.model = phones.yealink.Yealink:new{ log = self.log }; + elseif phone.record.ieee_name == 'gigaset communications gmbh' then + require 'phones.gigaset'; + phone.model = phones.gigaset.Gigaset:new{ log = self.log }; end table.insert(account_phones, phone); end) -- cgit v1.2.3