]> 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:37:34 +0000 (16:37 -0500)
commitef608dec78c7da3ce1d8baed9c277cff29f7ece3
treeb76db2198356a9335f007e5fa3c4719615329a3f
parentefeff591524b9029b9c0c23d33c72d6c7021021c
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