summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-03-10 20:17:37 +0000
committerRussell Bryant <russell@russellbryant.com>2008-03-10 20:17:37 +0000
commit0ee1f43b4a5d297d190801c719b1d216a6e1aa52 (patch)
treeaca211362dc5f6120223644e345ee200b057e642 /pbx/pbx_config.c
parent2d95fb33bd741f27d99f97dbc4777b1f8c0bee6f (diff)
Merged revisions 107161 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r107161 | russell | 2008-03-10 15:17:11 -0500 (Mon, 10 Mar 2008) | 8 lines Fix another bug specifically related to asynchronous call origination. Once the PBX is started on the channel using ast_pbx_start(), then the ownership of the channel has been passed on to another thread. We can no longer access it in this code. If the channel gets hung up very quickly, it is possible that we could access a channel that has been free'd. (inspired by BE-386) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@107162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_config.c')
0 files changed, 0 insertions, 0 deletions