]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for certified/16.8-cert1-rc4
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 26 Mar 2020 16:46:05 +0000 (11:46 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 26 Mar 2020 16:46:05 +0000 (11:46 -0500)
CHANGES
doc/CHANGES-staging/res_pjsip_session_codecs.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 17cb9f7ac77372f27589ca7c94855b9d7446719c..4fe1b9bb3c90c6cc74b2088c064d10867acc7778 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk certified/16.8-cert1-rc3 to Asterisk certified/16.8-cert1-rc4 
+------------------------------------------------------------------------------
+
+res_pjsip_session
+------------------
+ * When placing an outgoing call to a PJSIP endpoint the intent
+   of any requested formats will now be respected. If only an audio
+   format is requested (such as ulaw) but the underlying endpoint
+   does not support the format the resulting SDP will still only
+   contain an audio stream, and not any additional streams such as
+   video.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 16.8.0 to Asterisk certified/16.8-cert1 
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/res_pjsip_session_codecs.txt b/doc/CHANGES-staging/res_pjsip_session_codecs.txt
deleted file mode 100644 (file)
index 847eb41..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Subject: res_pjsip_session
-
-When placing an outgoing call to a PJSIP endpoint the intent
-of any requested formats will now be respected. If only an audio
-format is requested (such as ulaw) but the underlying endpoint
-does not support the format the resulting SDP will still only
-contain an audio stream, and not any additional streams such as
-video.