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.