From: Asterisk Development Team Date: Thu, 28 May 2020 12:05:36 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 13.34.0 X-Git-Tag: 13.34.0-rc1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07bf7890dcb0c9929ee5ac07e0b7320246c7cd91;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 13.34.0 --- diff --git a/CHANGES b/CHANGES index 3b4857b835..102af6b15e 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,32 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 13.33.0 to Asterisk 13.34.0 ---------- +------------------------------------------------------------------------------ + +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 13.32.0 to Asterisk 13.33.0 ---------- ------------------------------------------------------------------------------ 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.