]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 376916,376920 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Fri, 30 Nov 2012 17:26:20 +0000 (17:26 +0000)
committerAutomerge script <automerge@asterisk.org>
Fri, 30 Nov 2012 17:26:20 +0000 (17:26 +0000)
commitfbcb6560b800952fc863b28efbceae7c730753d5
tree93c54418f0851ee1d25e5e264fb7bb55a401a94d
parentd401e1f3d60bb212b015a4cf20a1881cf80265df
Merged revisions 376916,376920 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r376916 | mmichelson | 2012-11-30 10:23:46 -0600 (Fri, 30 Nov 2012) | 23 lines

  Fix potential crashes during SIP attended transfers.

  The principal behind this patch is simple. During a transfer,
  we manipulate channels that are owned by a separate thread than
  the one we currently are running in, so it makes sense that we
  need to grab a reference to the channels so that they cannot
  disappear out from under us.

  In the wild, crashes were sometimes seen when the transferring
  party would hang up the call before the transfer target answered
  the call. The most common place to see the crash occur was when
  attempting to send a connected line update to the transferer
  channel.

  (closes issue ASTERISK-20226)
  Reported by Jared Smith
  Patches:
   ASTERISK-20226.patch uploaded by Mark Michelson (License #5049)
  Tested by: Jared Smith
  ........

  Merged revisions 376901 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................
  r376920 | seanbright | 2012-11-30 11:06:21 -0600 (Fri, 30 Nov 2012) | 5 lines

  Minor spelling fix to the VOLUME documentation.
  ........

  Merged revisions 376919 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@376948 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c
funcs/func_volume.c