From 2d14425e048af615cb5b13a21285be7fb2b905cd Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 28 May 2020 07:06:54 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 16.11.0 --- CHANGES | 32 +++++++++++++++++++ .../ari_create_with_variables.txt | 5 --- .../pjsip_logger_improvements.txt | 21 ------------ 3 files changed, 32 insertions(+), 26 deletions(-) delete mode 100644 doc/CHANGES-staging/ari_create_with_variables.txt delete mode 100644 doc/CHANGES-staging/pjsip_logger_improvements.txt diff --git a/CHANGES b/CHANGES index 5b115eb3df..833fee5c2f 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,38 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.10.0 to Asterisk 16.11.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 16.9.0 to Asterisk 16.10.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. -- 2.47.2