]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Use the server reflexive ICE candidate RTCP port as provided.
authorJoshua Colp <jcolp@digium.com>
Sun, 24 Aug 2014 17:19:23 +0000 (17:19 +0000)
committerJoshua Colp <jcolp@digium.com>
Sun, 24 Aug 2014 17:19:23 +0000 (17:19 +0000)
commit905f1f61e1716581ea363c596e540cd89980369b
tree317eac951d1eb2f041940247c0cefa1099b14beb
parent6f9257db921d8f65627aea6593d614fb717d8114
chan_sip: Use the server reflexive ICE candidate RTCP port as provided.

This code originally worked around an issue within res_rtp_asterisk itself.
The wrong socket was being used for the STUN check for RTCP, causing the
port to be the same as RTP. This was subsequently fixed and the RTCP port
provided for the ICE candidate is correct and does not need to be incremented.

ASTERISK-23997 #close
Reported by: Badalian Vyacheslav
Patches:
 plus1.diff submitted by Badalian Vyacheslav (license 5249)

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