]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 13.34.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 28 May 2020 12:05:36 +0000 (07:05 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 28 May 2020 12:05:36 +0000 (07:05 -0500)
CHANGES
doc/CHANGES-staging/pjsip_logger_improvements.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 3b4857b83598f2c0ee3d3945b6991c5824e482ac..102af6b15e473e12f1a5f11795c0bdb64f3c7629 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- 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 <filename>
+
+   When used this will create a pcap file containing the incoming
+   and outgoing SIP packets, in unencrypted form.
+
+   pjsip set logger console <on / off>
+
+   This allows you to toggle logging to console on and off.
+
+   pjsip set logger host <IP/subnet mask> 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 (file)
index 1a16be9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Subject: res_pjsip_logger
-
-The PJSIP packet logger now has the following CLI commands:
-
-pjsip set logger pcap <filename>
-
-When used this will create a pcap file containing the incoming
-and outgoing SIP packets, in unencrypted form.
-
-pjsip set logger console <on / off>
-
-This allows you to toggle logging to console on and off.
-
-pjsip set logger host <IP/subnet mask> 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.