]> git.ipfire.org Git - thirdparty/asterisk.git/commit
queue_log: Post QUEUESTART entry when Asterisk fully boots.
authorRichard Mudgett <rmudgett@digium.com>
Mon, 22 Dec 2014 20:31:18 +0000 (20:31 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 22 Dec 2014 20:31:18 +0000 (20:31 +0000)
commitc12a800aeac341c0fdeba12a7ccb0c69c97c8d3b
treef522a050d7e6968882b5e67c13eb5ed6cd496867
parentb1dd2375a7db8842f178a498cc67d8325f7c70cf
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/certified/branches/11.6@430029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/_private.h
main/asterisk.c
main/logger.c