From 096db196620afe4df2857be61b59ad3d48e00ff1 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 26 Mar 2020 11:46:05 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for certified/16.8-cert1-rc4 --- CHANGES | 13 +++++++++++++ doc/CHANGES-staging/res_pjsip_session_codecs.txt | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 doc/CHANGES-staging/res_pjsip_session_codecs.txt 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. -- 2.47.2