]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Don't stop generators when writing RTCP frames.
authorJoshua Colp <jcolp@digium.com>
Wed, 5 Sep 2018 11:39:40 +0000 (11:39 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 6 Sep 2018 22:08:27 +0000 (22:08 +0000)
commit86e079fab97381e5397b480124a1ca86fe47b01f
tree2b15984c6f64667e086a6189db5d996cda7b9e53
parentce99f0c692f81ce8ccd636c5221f806421c82fee
core: Don't stop generators when writing RTCP frames.

Generators provide such functionality as tone generation or
silence generation. RTCP frames provide RTCP information and
should not stop generators from operating.

ASTERISK-28005

Change-Id: Ieadada07b068a7aa426e8763f1b73a18e1ac34a9
main/channel.c