]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 16.24.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 3 Feb 2022 12:09:02 +0000 (07:09 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 3 Feb 2022 12:09:02 +0000 (07:09 -0500)
14 files changed:
CHANGES
doc/CHANGES-staging/ami_wink.txt [deleted file]
doc/CHANGES-staging/app_mf_mf.txt [deleted file]
doc/CHANGES-staging/app_queue_DIALEDPEERNUMBER.txt [deleted file]
doc/CHANGES-staging/app_queue_nordic_language.txt [deleted file]
doc/CHANGES-staging/app_queue_say_thanks.txt [deleted file]
doc/CHANGES-staging/app_sendtext.txt [deleted file]
doc/CHANGES-staging/app_voicemail_danish_syntax.txt [deleted file]
doc/CHANGES-staging/bundled-pjproject-build.txt [deleted file]
doc/CHANGES-staging/cdr_disable.txt [deleted file]
doc/CHANGES-staging/chan_sip_pickup_AST_STATE_DOWN.txt [deleted file]
doc/CHANGES-staging/cli_refresh.txt [deleted file]
doc/CHANGES-staging/func_json.txt [deleted file]
doc/CHANGES-staging/res_fax_spandsp.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index d1cd49b200c7d0952a9374ac43038e23bfa8aef6..2aa7a0b525a2cb0f2a8081b9bc519020d44b8ebd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.23.0 to Asterisk 16.24.0 ----------
+------------------------------------------------------------------------------
+
+Applications
+------------------
+ * added support for Danish syntax, playing the correct plural sound file
+   dependen on where you have 1 or multipe messages
+   based on the existing SE/NO code
+
+ * added that we set DIALEDPEERNUMBER on the outgoing channels
+   so it is avalible in b(content^extension^line)
+   this add the same behaviour as Dial
+
+Core
+------------------
+ * Bundled PJProject Build
+
+   The build process has been updated to make pjproject troubleshooting
+   and development easier. See third-party/pjproject/README-hacking.md or
+   https://wiki.asterisk.org/wiki/display/AST/Bundled+PJProject
+   for more info.
+
+ami
+------------------
+ * An AMI event now exists for "Wink".
+
+app_mf
+------------------
+ * Adds MF receiver and sender applications to support
+   the R1 MF signaling protocol, including integration
+   with the Dial application.
+
+app_queue
+------------------
+ * added that we set DIALEDPEERNUMBER on the outgoing channels
+   so it is avalible in b(content^extension^line)
+   this add the same behaviour as Dial
+
+app_queues
+------------------
+ * adding support for playing the correct en/et for nordic languages
+
+ * Don't play sound_thanks if there is no leading hold_time message
+   When the only announcement is hold time, and there is no hold time (0 min, 0 sec), asterisk will say "thank you for your patience"
+
+app_sendtext
+------------------
+ * A ReceiveText application has been added that can be
+   used in conjunction with the SendText application.
+
+app_voicemail
+------------------
+ * added support for Danish syntax, playing the correct plural sound file
+   dependen on where you have 1 or multipe messages
+   based on the existing SE/NO code
+
+cdr
+------------------
+ * A new CDR option, channeldefaultenabled, allows controlling
+   whether CDR is enabled or disabled by default on
+   newly created channels. The default behavior remains
+   unchanged from previous versions of Asterisk (new
+   channels will have CDR enabled, as long as CDR is
+   enabled globally).
+
+chan_sip.c
+------------------
+ * resolve issue with pickup on device that uses "183" and not "180"
+
+cli
+------------------
+ * The "module refresh" command has been added,
+   which allows unloading and then loading a
+   module with a single command.
+
+func_json
+------------------
+ * The JSON_DECODE dialplan function can now be used
+   to parse JSON strings, such as in conjunction with
+   CURL for using API responses.
+
+res_fax_spandsp
+------------------
+ * Adds support for spandsp 3.0.0.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 16.22.0 to Asterisk 16.23.0 ----------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/ami_wink.txt b/doc/CHANGES-staging/ami_wink.txt
deleted file mode 100644 (file)
index 9d27cca..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Subject: ami
-
-An AMI event now exists for "Wink".
diff --git a/doc/CHANGES-staging/app_mf_mf.txt b/doc/CHANGES-staging/app_mf_mf.txt
deleted file mode 100644 (file)
index 3168f2a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: app_mf
-
-Adds MF receiver and sender applications to support
-the R1 MF signaling protocol, including integration
-with the Dial application.
diff --git a/doc/CHANGES-staging/app_queue_DIALEDPEERNUMBER.txt b/doc/CHANGES-staging/app_queue_DIALEDPEERNUMBER.txt
deleted file mode 100644 (file)
index ef15e9e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: app_queue
-Subject: Applications
-
-added that we set DIALEDPEERNUMBER on the outgoing channels
-so it is avalible in b(content^extension^line)
-this add the same behaviour as Dial
diff --git a/doc/CHANGES-staging/app_queue_nordic_language.txt b/doc/CHANGES-staging/app_queue_nordic_language.txt
deleted file mode 100644 (file)
index 72efd78..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Subject: app_queues
-
-adding support for playing the correct en/et for nordic languages
diff --git a/doc/CHANGES-staging/app_queue_say_thanks.txt b/doc/CHANGES-staging/app_queue_say_thanks.txt
deleted file mode 100644 (file)
index 7bf7b7b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: app_queues
-
-Don't play sound_thanks if there is no leading hold_time message
-When the only announcement is hold time, and there is no hold time (0 min, 0 sec), asterisk will say "thank you for your patience"
diff --git a/doc/CHANGES-staging/app_sendtext.txt b/doc/CHANGES-staging/app_sendtext.txt
deleted file mode 100644 (file)
index 37dd64b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: app_sendtext
-
-A ReceiveText application has been added that can be
-used in conjunction with the SendText application.
diff --git a/doc/CHANGES-staging/app_voicemail_danish_syntax.txt b/doc/CHANGES-staging/app_voicemail_danish_syntax.txt
deleted file mode 100644 (file)
index 5e6cdd3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: app_voicemail
-Subject: Applications
-
-added support for Danish syntax, playing the correct plural sound file
-dependen on where you have 1 or multipe messages
-based on the existing SE/NO code
diff --git a/doc/CHANGES-staging/bundled-pjproject-build.txt b/doc/CHANGES-staging/bundled-pjproject-build.txt
deleted file mode 100644 (file)
index 976c0f5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Subject: Core
-
-Bundled PJProject Build
-
-The build process has been updated to make pjproject troubleshooting
-and development easier. See third-party/pjproject/README-hacking.md or
-https://wiki.asterisk.org/wiki/display/AST/Bundled+PJProject
-for more info.
diff --git a/doc/CHANGES-staging/cdr_disable.txt b/doc/CHANGES-staging/cdr_disable.txt
deleted file mode 100644 (file)
index cae7a7c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Subject: cdr
-
-A new CDR option, channeldefaultenabled, allows controlling
-whether CDR is enabled or disabled by default on
-newly created channels. The default behavior remains
-unchanged from previous versions of Asterisk (new
-channels will have CDR enabled, as long as CDR is
-enabled globally).
diff --git a/doc/CHANGES-staging/chan_sip_pickup_AST_STATE_DOWN.txt b/doc/CHANGES-staging/chan_sip_pickup_AST_STATE_DOWN.txt
deleted file mode 100644 (file)
index e658faa..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Subject: chan_sip.c
-
-resolve issue with pickup on device that uses "183" and not "180"
diff --git a/doc/CHANGES-staging/cli_refresh.txt b/doc/CHANGES-staging/cli_refresh.txt
deleted file mode 100644 (file)
index 82bcd23..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: cli
-
-The "module refresh" command has been added,
-which allows unloading and then loading a
-module with a single command.
diff --git a/doc/CHANGES-staging/func_json.txt b/doc/CHANGES-staging/func_json.txt
deleted file mode 100644 (file)
index 79bb2da..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: func_json
-
-The JSON_DECODE dialplan function can now be used
-to parse JSON strings, such as in conjunction with
-CURL for using API responses.
diff --git a/doc/CHANGES-staging/res_fax_spandsp.txt b/doc/CHANGES-staging/res_fax_spandsp.txt
deleted file mode 100644 (file)
index 4ad351f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Subject: res_fax_spandsp
-
-Adds support for spandsp 3.0.0.