-
- Downloads
Merged revisions 265320,265467 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r265320 | twilson | 2010-05-24 14:06:40 -0500 (Mon, 24 May 2010) | 14 lines 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/ ........ r265467 | twilson | 2010-05-24 17:21:58 -0500 (Mon, 24 May 2010) | 1 line Merge the rest of the FullyBooted patch ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@265498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- Makefile 1 addition, 0 deletionsMakefile
- doc/manager_1_1.txt 16 additions, 0 deletionsdoc/manager_1_1.txt
- doc/tex/manager.tex 15 additions, 2 deletionsdoc/tex/manager.tex
- include/asterisk/options.h 3 additions, 0 deletionsinclude/asterisk/options.h
- main/asterisk.c 6 additions, 0 deletionsmain/asterisk.c
- main/manager.c 3 additions, 0 deletionsmain/manager.c
Loading
Please register or sign in to comment