[svn-commits] twilson: trunk r265320 - /trunk/doc/tex/manager.tex

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 24 14:06:42 CDT 2010


Author: twilson
Date: Mon May 24 14:06:40 2010
New Revision: 265320

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=265320
Log:
Add the FullyBooted AMI event

It is possible to connect to the manager interface before all Asterisk modules
are loaded. To ensure that an application does not send AMI actions that might
require a module that has not yet loaded, the application can listen for the
FullyBooted manager event. It will be sent upon connection if all modules have
been loaded, or as soon as loading is complete. The event:

   Event: FullyBooted
   Privilege: system,all
   Status: Fully Booted

Review: https://reviewboard.asterisk.org/r/639/

Modified:
    trunk/doc/tex/manager.tex

Modified: trunk/doc/tex/manager.tex
URL: http://svnview.digium.com/svn/asterisk/trunk/doc/tex/manager.tex?view=diff&rev=265320&r1=265319&r2=265320
==============================================================================
--- trunk/doc/tex/manager.tex (original)
+++ trunk/doc/tex/manager.tex Mon May 24 14:06:40 2010
@@ -28,8 +28,6 @@
 headers and their interpretation. If you are unsure, discuss on
 the asterisk-dev mailing list.
 
-\section{Device status reports}
-
 Manager subscribes to extension status reports from all channels,
 to be able to generate events when an extension or device changes
 state. The level of details in these events may depend on the channel
@@ -110,6 +108,21 @@
 There are a number of GUI tools that use the manager interface, please search
 the mailing list archives and the documentation page on the
 \url{http://www.asterisk.org} web site for more information.
+
+\section{Ensuring all modules are loaded}
+It is possible to connect to the manager interface before all Asterisk modules
+are loaded. To ensure that an application does not send AMI actions that might
+require a module that has not yet loaded, the application can listen for the
+FullyBooted manager event. It will be sent upon connection if all modules have
+been loaded, or as soon as loading is complete. The event:
+
+\begin{verbatim}
+   Event: FullyBooted
+   Privilege: system,all
+   Status: Fully Booted
+\end{verbatim}
+
+\section{Device status reports}
 
 
 \section{Some standard AMI headers}




More information about the svn-commits mailing list