]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge : Fix one-way direct-media when early bridging with native_rtp
authorJean Aunis <jean.aunis@prescom.fr>
Thu, 7 Sep 2017 09:41:09 +0000 (11:41 +0200)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 20 Sep 2017 15:19:07 +0000 (10:19 -0500)
commitda4097698765df3b3e949566f830d3b1ecf66f46
tree58fda1831020796263e304800476794e6702f77a
parent4bde3d86348b56f159042b6feaad99ad759e7bf2
bridge : Fix one-way direct-media when early bridging with native_rtp

When two channels were early bridged in a native_rtp bridge, the RTP description
on one side was not updated when the other side answered.
This patch forbids non-answered channels to enter a native_rtp bridge, and
triggers a bridge reconfiguration when an ANSWER frame is received.

ASTERISK-27257

Change-Id: If1aaee1b4ed9658a1aa91ab715ee0a6413b878df
bridges/bridge_native_rtp.c
include/asterisk/bridge_technology.h
main/bridge_channel.c