]> 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:31:15 +0000 (16:31 -0500)
commit53a3be18911bfec6906d500d614a75c0605428cd
tree0c642b99ee04807babd8867c2e728e5522adcd75
parent0fe63c2f87b6fbd85838000d4927c9c4688560a2
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