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/


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@430009 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2014-12-22 19:38:58 +00:00
parent 5c7b830492
commit 7a29f3603b
3 changed files with 29 additions and 16 deletions

View File

@@ -4380,6 +4380,8 @@ int main(int argc, char *argv[])
run_startup_commands();
logger_queue_start();
if (ast_opt_console) {
/* Console stuff now... */
/* Register our quit function */