From: Asterisk Development Team Date: Thu, 22 Jul 2021 21:55:32 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 17.9.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F17;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 17.9.4 --- diff --git a/CHANGES b/CHANGES index 8f3d72e9c0..03fd79f400 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,20 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 17.9.3 to Asterisk 17.9.4 ------------ +------------------------------------------------------------------------------ + +res_srtp +------------------ + * SRTP replay protection has been added to res_srtp and + a new configuration option "srtpreplayprotection" has + been added to the rtp.conf config file. For security + reasons, the default setting is "yes". Buggy clients + may not handle this correctly which could result in + no, or one way, audio and Asterisk error messages like + "replay check failed". + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 17.7.0 to Asterisk 17.8.0 ------------ ------------------------------------------------------------------------------ diff --git a/UPGRADE.txt b/UPGRADE.txt index c3fe5ad31d..9b103db31f 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -18,6 +18,20 @@ === =========================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 17.9.3 to Asterisk 17.9.4 ------------ +------------------------------------------------------------------------------ + +res_srtp +------------------ + * SRTP replay protection has been added to res_srtp and + a new configuration option "srtpreplayprotection" has + been added to the rtp.conf config file. For security + reasons, the default setting is "yes". Buggy clients + may not handle this correctly which could result in + no, or one way, audio and Asterisk error messages like + "replay check failed". + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 17.3.0 to Asterisk 17.4.0 ------------ ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/srtp_replay_protection.txt b/doc/CHANGES-staging/srtp_replay_protection.txt deleted file mode 100644 index 945ddb5704..0000000000 --- a/doc/CHANGES-staging/srtp_replay_protection.txt +++ /dev/null @@ -1,9 +0,0 @@ -Subject: res_srtp - -SRTP replay protection has been added to res_srtp and -a new configuration option "srtpreplayprotection" has -been added to the rtp.conf config file. For security -reasons, the default setting is "yes". Buggy clients -may not handle this correctly which could result in -no, or one way, audio and Asterisk error messages like -"replay check failed". diff --git a/doc/UPGRADE-staging/srtp_replay_protection.txt b/doc/UPGRADE-staging/srtp_replay_protection.txt deleted file mode 100644 index 945ddb5704..0000000000 --- a/doc/UPGRADE-staging/srtp_replay_protection.txt +++ /dev/null @@ -1,9 +0,0 @@ -Subject: res_srtp - -SRTP replay protection has been added to res_srtp and -a new configuration option "srtpreplayprotection" has -been added to the rtp.conf config file. For security -reasons, the default setting is "yes". Buggy clients -may not handle this correctly which could result in -no, or one way, audio and Asterisk error messages like -"replay check failed".