From a3efd0bab98aee692a5a13bb62293010cb2ce860 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Mon, 19 Oct 2020 13:07:20 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 17.8.0 --- CHANGES | 12 ++++++++++++ doc/CHANGES-staging/app_confbridge.txt | 7 ------- 2 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 doc/CHANGES-staging/app_confbridge.txt 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".