From: Asterisk Development Team Date: Mon, 19 Oct 2020 18:07:20 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 17.8.0 X-Git-Tag: 17.9.0-rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3efd0bab98aee692a5a13bb62293010cb2ce860;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 17.8.0 --- diff --git a/CHANGES b/CHANGES index a3903e9a32..8f3d72e9c0 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,18 @@ --- Functionality changes from Asterisk 17.7.0 to Asterisk 17.8.0 ------------ ------------------------------------------------------------------------------ +app_confbridge +------------------ + * app_confbridge now has the ability to force the estimated bitrate on an SFU + bridge. To use it, set a bridge profile's remb_behavior to "force" and + set remb_estimated_bitrate to a rate in bits per second. The + remb_estimated_bitrate parameter is ignored if remb_behavior is something + other than "force". + +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 17.7.0 to Asterisk 17.8.0 ------------ +------------------------------------------------------------------------------ + chan_pjsip ------------------ * The PJSIP_SEND_SESSION_REFRESH dialplan function now issues a warning, and diff --git a/doc/CHANGES-staging/app_confbridge.txt b/doc/CHANGES-staging/app_confbridge.txt deleted file mode 100644 index 092e392f5d..0000000000 --- a/doc/CHANGES-staging/app_confbridge.txt +++ /dev/null @@ -1,7 +0,0 @@ -Subject: app_confbridge - -app_confbridge now has the ability to force the estimated bitrate on an SFU -bridge. To use it, set a bridge profile's remb_behavior to "force" and -set remb_estimated_bitrate to a rate in bits per second. The -remb_estimated_bitrate parameter is ignored if remb_behavior is something -other than "force".