]> git.ipfire.org Git - thirdparty/asterisk.git/commit
When doing an async goto, detect if the channel is already in the middle of a
authorRussell Bryant <russell@russellbryant.com>
Mon, 8 Sep 2008 21:02:36 +0000 (21:02 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 8 Sep 2008 21:02:36 +0000 (21:02 +0000)
commit79d074c9fa4902dd9d1ea62cfddf351b60db90d4
treea72c37f6f22243551275296b2e2761c923a05ac0
parentc2eee2c415a5c551a8c3d17bce571b836f21f1fa
When doing an async goto, detect if the channel is already in the middle of a
masquerade.  This can happen when chan_local is trying to optimize itself out.
If this happens, fail the async goto instead of bursting into flames.

(closes issue #13435)
Reported by: geoff2010

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