]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 265320,265467 via svnmerge from
authorTerry Wilson <twilson@digium.com>
Mon, 24 May 2010 23:25:58 +0000 (23:25 +0000)
committerTerry Wilson <twilson@digium.com>
Mon, 24 May 2010 23:25:58 +0000 (23:25 +0000)
commitb6140554cec18bd0d49ec7ba96df60717653756b
treec27a7d9b8d0359df7593adf525622a1a9adfea55
parent5b208feb2d0484bc40226407a04467d7ac0d134d
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.1@265519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Makefile
doc/manager_1_1.txt
doc/tex/manager.tex
include/asterisk/options.h
main/asterisk.c
main/manager.c