]> 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:44 +0000 (10:35 -0500)
commita985e5069c0c3726f51d80718f33097b8ca029fd
tree753cf97231a0b2882a5d50b610648e3bcd2235af
parent987f5eb0ad11377c16c7d4fd778847ce72c250ab
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