mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Merge the rest of the FullyBooted patch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@265467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -314,6 +314,22 @@ Changes to manager version 1.1:
|
||||
* NEW EVENTS
|
||||
------------
|
||||
|
||||
- Event: FullyBooted
|
||||
Modules: loader.c
|
||||
Purpose:
|
||||
It is handy to have a single event notification for when all Asterisk
|
||||
modules have been loaded--especially for situations like running
|
||||
automated tests. This event will fire 1) immediately upon all modules
|
||||
loading or 2) upon connection to the AMI interface if the modules have
|
||||
already finished loading before the connection was made. This ensures
|
||||
that a user will never miss getting a FullyBooted event. In vary rare
|
||||
circumstances, it might be possible to get two copies of the message
|
||||
if the AMI connection is made right as the modules finish loading.
|
||||
Example:
|
||||
Event: FullyBooted
|
||||
Privilege: system,all
|
||||
Status: Fully Booted
|
||||
|
||||
- Event: Transfer
|
||||
Modules: res_features, chan_sip
|
||||
Purpose:
|
||||
|
||||
Reference in New Issue
Block a user