From: Asterisk Development Team Date: Wed, 9 Sep 2020 14:00:34 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 13.37.0 X-Git-Tag: 13.37.0-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ccae31f5dceb4dc8c6f17f259450409f5a9e408;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 13.37.0 --- diff --git a/CHANGES b/CHANGES index 59cc4d1106..e217dd80a1 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,15 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- 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 index 0705c293d7..0000000000 --- a/doc/CHANGES-staging/pjsip_send_session_refresh.txt +++ /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.