]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 13.37.0
authorAsterisk Development Team <asteriskteam@digium.com>
Wed, 9 Sep 2020 14:00:34 +0000 (09:00 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 9 Sep 2020 14:00:34 +0000 (09:00 -0500)
CHANGES
doc/CHANGES-staging/pjsip_send_session_refresh.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 59cc4d1106a92698077982cfe5cae6299a9fb9d0..e217dd80a1b0072f93449f11ebe40a86a0547120 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 13.36.0 to Asterisk 13.37.0 ----------
+------------------------------------------------------------------------------
+
+chan_pjsip
+------------------
+ * The PJSIP_SEND_SESSION_REFRESH dialplan function now issues a warning, and
+   returns unsuccessful if it's used on a channel prior to answering.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 13.34.0 to Asterisk 13.35.0 ----------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/pjsip_send_session_refresh.txt b/doc/CHANGES-staging/pjsip_send_session_refresh.txt
deleted file mode 100644 (file)
index 0705c29..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: chan_pjsip
-
-The PJSIP_SEND_SESSION_REFRESH dialplan function now issues a warning, and
-returns unsuccessful if it's used on a channel prior to answering.