diff options
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 |