diff options
author | Peter Kozak <spag@golwen.net> | 2013-07-24 09:40:41 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-07-24 09:40:41 +0200 |
commit | 7ba230f29cd40c699be93063a88f65c703549ada (patch) | |
tree | 9d032d47483ef80175a8191ff36a0b16f29aba4e /misc/freeswitch | |
parent | 22eafe8db6671075ef60c79527c6d807a187d224 (diff) |
class name added
Diffstat (limited to 'misc/freeswitch')
-rw-r--r-- | misc/freeswitch/scripts/phones/snom_vision.lua | 1 |
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 |