]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_softmix: Add SDP "label" attribute to streams
authorGeorge Joseph <gjoseph@digium.com>
Tue, 16 Oct 2018 12:02:19 +0000 (06:02 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 24 Oct 2018 13:38:13 +0000 (07:38 -0600)
commitfec66b8f010a760d5449f40741dede887b14650b
tree8a13b34c678814ed186b03d7622f5022d3d92252
parent649ee402e56f618349b5dc86d766135bc3979122
bridge_softmix:  Add SDP "label" attribute to streams

Adding the "label" attribute used for participant info correlation
was previously done in app_confbridge but it wasn't working
correctly because it didn't have knowledge about which video
streams belonged to which channel.  Only bridge_softmix has that
data so now it's set when the bridge topology is changed.

ASTERISK-28107

Change-Id: Ieddeca5799d710cad083af3fcc3e677fa2a2a499
apps/app_confbridge.c
apps/confbridge/confbridge_manager.c
bridges/bridge_softmix.c
include/asterisk/bridge.h
main/bridge.c