summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-07-24 09:40:41 +0200
committerPeter Kozak <spag@golwen.net>2013-07-24 09:40:41 +0200
commit7ba230f29cd40c699be93063a88f65c703549ada (patch)
tree9d032d47483ef80175a8191ff36a0b16f29aba4e /misc
parent22eafe8db6671075ef60c79527c6d807a187d224 (diff)
class name added
Diffstat (limited to 'misc')
-rw-r--r--misc/freeswitch/scripts/phones/snom_vision.lua1
1 files changed, 1 insertions, 0 deletions
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