From 2ffae5745d6d68f1599f4dfbf0ead131cf5acc32 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Tue, 10 Jul 2012 22:26:27 +0000 Subject: Add some additional documentation for core AMI events This patch adds some basic documentation for a number of modules. This includes core source files in Asterisk (those in main), as well as chan_agent, chan_dahdi, chan_local, sig_analog, and sig_pri. The DTD has also been updated to allow referencing of AMI commands. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369905 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/loader.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'main/loader.c') diff --git a/main/loader.c b/main/loader.c index e9b92bbda..b95213735 100644 --- a/main/loader.c +++ b/main/loader.c @@ -1162,6 +1162,19 @@ done: /* Tell manager clients that are aggressive at logging in that we're done loading modules. If there's a DNS problem in chan_sip, we might not even reach this */ + /*** DOCUMENTATION + + Raised when all dynamic modules have finished their initial loading. + + + + + + + + + + ***/ manager_event(EVENT_FLAG_SYSTEM, "ModuleLoadReport", "ModuleLoadStatus: Done\r\nModuleSelection: %s\r\nModuleCount: %d\r\n", preload_only ? "Preload" : "All", modulecount); return res; -- cgit v1.2.3