]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 17.8.0
authorAsterisk Development Team <asteriskteam@digium.com>
Mon, 19 Oct 2020 18:07:20 +0000 (13:07 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 19 Oct 2020 18:07:20 +0000 (13:07 -0500)
CHANGES
doc/CHANGES-staging/app_confbridge.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index a3903e9a32d4d394e3f79b1fbd5b93de7ae7aed7..8f3d72e9c0a28b2a5a735e4269d261a63a2cb124 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 --- 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 (file)
index 092e392..0000000
+++ /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".