From: Asterisk Development Team Date: Thu, 28 May 2020 12:07:45 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 17.5.0 X-Git-Tag: 17.5.0-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2baee0ee084880de59d174ea613c9e37111309;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 17.5.0 --- diff --git a/CHANGES b/CHANGES index 305a1863ba..71b59ae00c 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,38 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 17.4.0 to Asterisk 17.5.0 ------------ +------------------------------------------------------------------------------ + +res_ari_channels +------------------ + * When creating a channel in ARI using the create call + you can now specify dialplan variables to be set as part + of the same operation. + +res_pjsip_logger +------------------ + * The PJSIP packet logger now has the following CLI commands: + + pjsip set logger pcap + + When used this will create a pcap file containing the incoming + and outgoing SIP packets, in unencrypted form. + + pjsip set logger console + + This allows you to toggle logging to console on and off. + + pjsip set logger host add + + This allows you to add an additional IP address or subnet + mask to logging, allowing you to log multiple instead of + just a single IP address or all traffic. + + The normal "pjsip set logger host" CLI command has also been + expanded to allow subnet masks as well. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 17.3.0 to Asterisk 17.4.0 ------------ ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/ari_create_with_variables.txt b/doc/CHANGES-staging/ari_create_with_variables.txt deleted file mode 100644 index a9d28dd4e5..0000000000 --- a/doc/CHANGES-staging/ari_create_with_variables.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: res_ari_channels - -When creating a channel in ARI using the create call -you can now specify dialplan variables to be set as part -of the same operation. diff --git a/doc/CHANGES-staging/pjsip_logger_improvements.txt b/doc/CHANGES-staging/pjsip_logger_improvements.txt deleted file mode 100644 index 1a16be9a44..0000000000 --- a/doc/CHANGES-staging/pjsip_logger_improvements.txt +++ /dev/null @@ -1,21 +0,0 @@ -Subject: res_pjsip_logger - -The PJSIP packet logger now has the following CLI commands: - -pjsip set logger pcap - -When used this will create a pcap file containing the incoming -and outgoing SIP packets, in unencrypted form. - -pjsip set logger console - -This allows you to toggle logging to console on and off. - -pjsip set logger host add - -This allows you to add an additional IP address or subnet -mask to logging, allowing you to log multiple instead of -just a single IP address or all traffic. - -The normal "pjsip set logger host" CLI command has also been -expanded to allow subnet masks as well.