From: Asterisk Development Team Date: Thu, 26 Mar 2020 16:46:05 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for certified/16.8-cert1-rc4 X-Git-Tag: certified/16.8-cert1-rc4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096db196620afe4df2857be61b59ad3d48e00ff1;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for certified/16.8-cert1-rc4 --- diff --git a/CHANGES b/CHANGES index 17cb9f7ac7..4fe1b9bb3c 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,19 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- 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 index 847eb41b32..0000000000 --- a/doc/CHANGES-staging/res_pjsip_session_codecs.txt +++ /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.