summaryrefslogtreecommitdiff
path: root/main/asterisk.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2014-12-22 19:44:03 +0000
committerRichard Mudgett <rmudgett@digium.com>2014-12-22 19:44:03 +0000
commitfca0be57d9207ba9ceef650cf79802f031f036d3 (patch)
treed0c9c1ea14bbe80f9781c44e4a5d1a522e72bc05 /main/asterisk.c
parent9735a13429ea8a03c99e963fd5d4044b909d1dde (diff)
queue_log: Post QUEUESTART entry when Asterisk fully boots.
The QUEUESTART log entry has historically acted like a fully booted event for the queue_log file. When the QUEUESTART entry was posted to the log was broken by the change made by ASTERISK-15863. * Made post the QUEUESTART queue_log entry when Asterisk fully boots. This restores the intent of that log entry and happens after realtime has had a chance to load. AST-1444 #close Reported by: Denis Martinez Review: https://reviewboard.asterisk.org/r/4282/ ........ Merged revisions 430009 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430010 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 0a5ab1335..7378d2271 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -4592,6 +4592,8 @@ int main(int argc, char *argv[])
ast_verb(0, COLORIZE_FMT "\n", COLORIZE(COLOR_BRGREEN, 0, "Asterisk Ready."));
+ logger_queue_start();
+
if (ast_opt_console) {
/* Console stuff now... */
/* Register our quit function */