]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 239427 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Tue, 12 Jan 2010 16:21:09 +0000 (16:21 +0000)
committerDavid Vossel <dvossel@digium.com>
Tue, 12 Jan 2010 16:21:09 +0000 (16:21 +0000)
commitff32d9c8865344057f49a6eaf1c9010436d0e91c
tree499f316c796fcbbd4a5ce007688dbfa4da789c82
parent8824d3b4f5b87361b27ed257dfab02713acf6084
Merged revisions 239427 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r239427 | dvossel | 2010-01-12 10:14:41 -0600 (Tue, 12 Jan 2010) | 14 lines

  fixes text support in sdp answer

  The code that handled setting 'm=text' in the sdp was not executing
  in the correct order.  The check to see if text was needed came after
  the check to add 'm=text' to the sdp, this resulted in 'm=text' always
  being set to 0 because it looked like text was never required.

  (closes issue #16457)
  Reported by: peterj
  Patches:
        textportinsdp.diff uploaded by peterj (license 951)
        issue16457.diff uploaded by dvossel (license 671)
  Tested by: peterj
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@239447 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c