]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Multiple revisions 409129-409130
authorJonathan Rose <jrose@digium.com>
Thu, 27 Feb 2014 19:42:17 +0000 (19:42 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 27 Feb 2014 19:42:17 +0000 (19:42 +0000)
commit5261fd7bc7e5f85f1b933705f144d4109f6249cd
tree03a0fd618a32bc869bc2b8c4426b760534427f0a
parent7bf499290d67cb004b0fac2dd89c2ca6a4e63ca8
Multiple revisions 409129-409130

........
  r409129 | jrose | 2014-02-27 13:19:02 -0600 (Thu, 27 Feb 2014) | 15 lines

  res_rtp_asterisk: Fix checklist creating problems in ICE sessions

  Prior to this patch, local candidate lists including SRFLX would fail to start
  properly when building ICE candidate check lists. This patch fixes that problem
  by making sure that each SRFLX candidate is associated with the proper
  base address so that the check list can create matches properly.
  This patch was written by jcolp. The issue will be left open to await testing
  by the issue participants.

  (issue ASTERISK-23213)
  Reported by: Andrea Suisani
  Review: https://reviewboard.asterisk.org/r/3256/
........
  r409130 | jrose | 2014-02-27 13:38:10 -0600 (Thu, 27 Feb 2014) | 8 lines

  res_rtp_asterisk: correct build error from r409129

  Accidentally placed a declaration below functional code

  (issue ASTERISK-23213)
  Reported by: Andrea Suisani
  Review: https://reviewboard.asterisk.org/r/3256/
........

Merged revisions 409129-409130 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@409131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c