]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Prevent segfault if call arrives before Asterisk is fully booted.
authorAlec L Davis <sivad.a@paradise.net.nz>
Wed, 7 Sep 2011 07:33:39 +0000 (07:33 +0000)
committerAlec L Davis <sivad.a@paradise.net.nz>
Wed, 7 Sep 2011 07:33:39 +0000 (07:33 +0000)
commit71f3dc01daa5cb349ece178634859a46c7889cc0
tree60101994a8a9be5374e5900bca63a11511a06511
parent4b1398a82d53949fa35cbf7c1daf4ee0f0b99c6a
Prevent segfault if call arrives before Asterisk is fully booted.

Prevent ast_pbx_start and ast_run_start from starting a new thread unless asterisk
is fully booted.

alecdavis (license 585)
Tested by: alecdavis

Review: https://reviewboard.asterisk.org/r/1407/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@334616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/pbx.c