[asterisk-commits] mmichelson: trunk r197606 - /trunk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 28 10:32:29 CDT 2009


Author: mmichelson
Date: Thu May 28 10:32:19 2009
New Revision: 197606

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197606
Log:
Recorded merge of revisions 197588 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r197588 | mmichelson | 2009-05-28 10:27:49 -0500 (Thu, 28 May 2009) | 16 lines
  
  Allow for media to arrive from an alternate source when responding to a reinvite with 491.
  
  When we receive a SIP reinvite, it is possible that we may not be able to process the
  reinvite immediately since we have also sent a reinvite out ourselves. The problem is
  that whoever sent us the reinvite may have also sent a reinvite out to another party,
  and that reinvite may have succeeded.
  
  As a result, even though we are not going to accept the reinvite we just received, it
  is important for us to not have problems if we suddenly start receiving RTP from a new
  source. The fix for this is to grab the media source information from the SDP of the
  reinvite that we receive. This information is passed to the RTP layer so that it will
  know about the alternate source for media.
  
  Review: https://reviewboard.asterisk.org/r/252
........

Modified:
    trunk/   (props changed)

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.




More information about the asterisk-commits mailing list