From: Matthew Jordan Date: Tue, 14 Jan 2014 15:33:26 +0000 (+0000) Subject: Blocked revisions 405380 X-Git-Tag: 12.1.0-rc1~3^2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee9b184c6d1e5a9fcc53d3b5f98a0d1f306f72e;p=thirdparty%2Fasterisk.git Blocked revisions 405380 ........ chan_sip: Hangup transferer/transferee when transfer to Parking fails When performing a SIP transfer to a Park extension, if the Park fails, chan_sip will currently not hang up either the transferer or the transfer target. This results in the channels being orphaned with no thread to service frames, resulting in stuck channels. This patch immediately hangs up the two channels if a Park fails. (closes issue ASTERISK-22834) Reported by: rsw686 Tested by: rsw686 (closes issue ASTERISK-23047) Reported by: Tommy Thompson Tested by: Tommy Thomspon Review: https://reviewboard.asterisk.org/r/3107 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@405381 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---