diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 14:49:25 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 14:49:25 +0000 |
commit | d2b9b3f24f9b08da6e0208e3d14c9c8d569236a3 (patch) | |
tree | 63b0ce83f7a8dc85dd44c705c252ccea04d3917d /asterisk-model.lua | |
parent | d9aab052e2040ce06123f704b239b7e1355f5188 (diff) | |
download | acf-asterisk-master.tar.bz2 acf-asterisk-master.tar.xz |
Diffstat (limited to 'asterisk-model.lua')
-rw-r--r-- | asterisk-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk-model.lua b/asterisk-model.lua index 6f37fe7..4ae839e 100644 --- a/asterisk-model.lua +++ b/asterisk-model.lua @@ -29,7 +29,7 @@ mymodule.get_status = function() end mymodule.get_startstop = function(self, clientdata) - return modelfunctions.get_startstop(processname) + return modelfunctions.get_startstop(processname) end mymodule.startstop_service = function(self, startstop, action) |