Merged revisions 94767 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 24 Dec 2007 19:43:36 +0000 (19:43 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 24 Dec 2007 19:43:36 +0000 (19:43 +0000)
commit9c1dcfea5acd1343401358df875f95af6d1e9108
tree296d77d98ea6bd558addcd93c057b1eb7eaeda94
parentf17cafdb6a9f8a64352191416926b651270f8d59
Merged revisions 94767 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r94767 | tilghman | 2007-12-24 13:36:59 -0600 (Mon, 24 Dec 2007) | 5 lines

Race: we need to wait to queue a NewChannel event until after the channel is
inserted into the channel list.  The reason is because some manager users
immediately queue requests from the channel when they see that event and are
confused when Asterisk reports no such channel. (Closes issue #11632)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/channel.c