summaryrefslogtreecommitdiffstats
path: root/freeswitch-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'freeswitch-controller.lua')
-rw-r--r--freeswitch-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/freeswitch-controller.lua b/freeswitch-controller.lua
index baf1b35..a614cbf 100644
--- a/freeswitch-controller.lua
+++ b/freeswitch-controller.lua
@@ -30,4 +30,8 @@ function mymodule.reloadxml(self)
return self.handle_form(self, self.model.getreloadxml, self.model.reload_xml, self.clientdata, "Reload", "Reload Freeswitch XML")
end
+function mymodule.logfile(self)
+ return self.model.get_logfile(self, self.clientdata)
+end
+
return mymodule