]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Set correct raddr port on RTCP srflx candidates.
authorJoshua C. Colp <jcolp@sangoma.com>
Thu, 20 May 2021 12:51:46 +0000 (09:51 -0300)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 26 May 2021 15:35:18 +0000 (10:35 -0500)
commitbb8e868066a9075938ac08081eb26fea0ceb8920
tree51f5ae52f83cd610122e67233f2eec08f791e719
parent6d5f08713857bf7381a550e9c2e87558cf5e23c2
res_rtp_asterisk: Set correct raddr port on RTCP srflx candidates.

RTCP ICE candidates use a base address derived from the RTP
candidate. The port on the base address was not being updated to
the RTCP port.

This change sets the base port to the RTCP port and all is well.

ASTERISK-29433

Change-Id: Ide2d2115b307bfd3c2dfbc4d187515d724519040
res/res_rtp_asterisk.c