]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 288499 via svnmerge from
authorTerry Wilson <twilson@digium.com>
Wed, 22 Sep 2010 23:10:09 +0000 (23:10 +0000)
committerTerry Wilson <twilson@digium.com>
Wed, 22 Sep 2010 23:10:09 +0000 (23:10 +0000)
commit8005ef8b08a4a17bfa615d81323ae83b9c6ead3e
treeaa416fd8927268e77a59ae9b517651b5ada75b5f
parentae79219e7f3bec7807631367ec0b5040818b9238
Merged revisions 288499 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r288499 | twilson | 2010-09-22 16:00:30 -0700 (Wed, 22 Sep 2010) | 8 lines

  Don't let a Local channel get bridged to itself

  If a local channel gets bridged to itself, it becomes orphaned with no devices
  left to actually tell it to hang up. This patch modifies local_fixup() to detect
  this case and deny it.

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@288500 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_local.c