From 7ba230f29cd40c699be93063a88f65c703549ada Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Wed, 24 Jul 2013 09:40:41 +0200 Subject: class name added --- misc/freeswitch/scripts/phones/snom_vision.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') diff --git a/misc/freeswitch/scripts/phones/snom_vision.lua b/misc/freeswitch/scripts/phones/snom_vision.lua index ba8a184..7adace4 100644 --- a/misc/freeswitch/scripts/phones/snom_vision.lua +++ b/misc/freeswitch/scripts/phones/snom_vision.lua @@ -14,6 +14,7 @@ function SnomVision.new(self, arg) self.__index = self; self.log = arg.log; self.reboot = arg.reboot or true; + self.class = 'snomvision'; return object; end -- cgit v1.2.3