[svn-commits] mnicholson: trunk r317818 - /trunk/configs/extensions.lua.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri May 6 14:20:00 CDT 2011


Author: mnicholson
Date: Fri May  6 14:19:56 2011
New Revision: 317818

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=317818
Log:
Updated the sample pbx_lua config file to reflect autoservice changes.

Modified:
    trunk/configs/extensions.lua.sample

Modified: trunk/configs/extensions.lua.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/extensions.lua.sample?view=diff&rev=317818&r1=317817&r2=317818
==============================================================================
--- trunk/configs/extensions.lua.sample (original)
+++ trunk/configs/extensions.lua.sample Fri May  6 14:19:56 2011
@@ -88,12 +88,14 @@
 --
 -- 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)




More information about the svn-commits mailing list