[asterisk-commits] mjordan: branch 12 r405381 - /branches/12/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Jan 14 09:33:32 CST 2014
    
    
  
Author: mjordan
Date: Tue Jan 14 09:33:26 2014
New Revision: 405381
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=405381
Log:
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
Modified:
    branches/12/   (props changed)
Propchange: branches/12/
------------------------------------------------------------------------------
--- branch-11-blocked (original)
+++ branch-11-blocked Tue Jan 14 09:33:26 2014
@@ -1,1 +1,1 @@
-/branches/11:373240,375247,375702,385356,395020,396441,397034,397604,399305,401379,405362
+/branches/11:373240,375247,375702,385356,395020,396441,397034,397604,399305,401379,405362,405380
    
    
More information about the asterisk-commits
mailing list