]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 26 May 2021 15:26:23 +0000 (10:26 -0500)
commit3aed36371633c538d370856da3ddc5b25467800e
treece5f12163ad229bd4c17615f3e77a90c5f4fd55e
parent60ed1847b846a757af04e36c07429e3ca325184a
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