aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-05-06 19:19:56 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-05-06 19:19:56 +0000
commit8b669b808bad397a6be9fae517e05271a5cb1d5a (patch)
tree99b7f523cdd84c1da3ce12f39aacde6f65401839
parent5841d4a8090c20b33dec577ed5ca9e6265967b8a (diff)
Updated the sample pbx_lua config file to reflect autoservice changes.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@317818 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--configs/extensions.lua.sample14
1 files changed, 8 insertions, 6 deletions
diff --git a/configs/extensions.lua.sample b/configs/extensions.lua.sample
index bd6fb1f95..5868de4f7 100644
--- a/configs/extensions.lua.sample
+++ b/configs/extensions.lua.sample
@@ -88,12 +88,14 @@ TRUNKMSD = 1
--
-- More examples can be found below.
--
--- Before starting long running operations, an autoservice should be started
--- using the autoservice_start() function. This autoservice will automatically
--- be stopped before executing applications and dialplan functions and will be
--- restarted afterwards. The autoservice can be stopped using
--- autoservice_stop() and the autoservice_status() function will return true if
--- an autoservice is currently running.
+-- An autoservice is automatically run while lua code is executing. The
+-- autoservice can be stopped and restarted using the autoservice_stop() and
+-- autoservice_start() functions. The autservice should be running before
+-- starting long running operations. The autoservice will automatically be
+-- stopped before executing applications and dialplan functions and will be
+-- restarted afterwards. The autoservice_status() function can be used to
+-- check the current status of the autoservice and will return true if an
+-- autoservice is currently running.
--
function outgoing_local(c, e)