]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_softmix: Add additional old states for adding new source.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 10 Jun 2020 17:11:16 +0000 (14:11 -0300)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 11 Jun 2020 21:49:07 +0000 (16:49 -0500)
commit9be19243f6162e18201854e229c3dcfea71ae8fa
treed238398f3ce84e2c1e0d1e0ec4845f7dcbc49ef8
parent816a0824708aa29564580f9f81c61285691bffce
bridge_softmix: Add additional old states for adding new source.

There are three states that an old stream can be in to allow
becoming a source stream in a new stream:

1. Removed
2. Inactive
3. Sendonly

This change adds the two missing ones, inactive and sendonly,
so if a stream transitions from those to a state where they are
providing video to Asterisk we properly re-negotiate the other
participants.

ASTERISK-28944

Change-Id: Id8256b9b254b403411586284bbaedbf50452de01
bridges/bridge_softmix.c