]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 18.12.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 5 May 2022 14:14:25 +0000 (09:14 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 5 May 2022 14:14:25 +0000 (09:14 -0500)
12 files changed:
CHANGES
UPGRADE.txt
doc/CHANGES-staging/app_confbridge_hear_join.txt [deleted file]
doc/CHANGES-staging/app_queue_music.txt [deleted file]
doc/CHANGES-staging/chan_dahdi_cadences.txt [deleted file]
doc/CHANGES-staging/chan_pjsip_180_sdp.txt [deleted file]
doc/CHANGES-staging/chan_pjsip_flash.txt [deleted file]
doc/CHANGES-staging/chan_sip_session-timer_on_update.txt [deleted file]
doc/CHANGES-staging/cli_eval_function.txt [deleted file]
doc/CHANGES-staging/func_db.txt [deleted file]
doc/CHANGES-staging/func_evalexten.txt [deleted file]
doc/UPGRADE-staging/res_pjsip_async_operations.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index f0b2f56b8ec7c4ca27b758d54bb4abad18814415..9898e421a6728555ef7dc237558de3385b01cd45 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 18.11.3 to Asterisk 18.12.0 ----------
+------------------------------------------------------------------------------
+
+app_confbridge
+------------------
+ * Added the hear_own_join_sound option to the confbridge user profile to
+   control who hears the sound_join audio file. When set to 'yes' the user
+   entering the conference and the participants already in the conference
+   will hear the sound_join audio file. When set to 'no' the user entering
+   the conference will not hear the sound_join audio file, but the
+   participants already in the conference will hear the sound_join audio file.
+
+app_queue
+------------------
+ * The m option now allows an override music on hold
+   class to be specified for the Queue application
+   within the dialplan.
+
+chan_dahdi
+------------------
+ * Previously, cadences were appended on dahdi restart,
+   rather than reloaded. This prevented cadences from
+   being updated and maxed out the available cadences
+   if reloaded multiple times. This behavior is fixed
+   so that reloading cadences is idempotent and cadences
+   can actually be reloaded.
+
+chan_pjsip
+------------------
+ * added global config option "allow_sending_180_after_183"
+
+   Allow Asterisk to send 180 Ringing to an endpoint
+   after 183 Session Progress has been send.
+   If disabled Asterisk will instead send only a
+   183 Session Progress to the endpoint.
+
+ * Hook flash events can now be sent on a PJSIP channel
+   if requested to do so.
+
+chan_sip
+------------------
+ * Session timers get removed on UPDATE
+   Fix if Asterisk receives a SIP REFER with Session-Timers UAC
+   that Asterisk maintains Session-Timers when sending UPDATE request
+
+cli
+------------------
+ * A new CLI command 'dialplan eval function' has been
+   added which allows users to test the behavior of
+   dialplan function calls directly from the CLI.
+
+func_db
+------------------
+ * The function DB_KEYCOUNT has been added, which
+   returns the cardinality of the keys at a specified
+   prefix in AstDB, i.e. the number of keys at a
+   given prefix.
+
+func_evalexten
+------------------
+ * This adds the EVAL_EXTEN function which may be
+   used to evaluate data at dialplan extensions.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 18.11.1 to Asterisk 18.11.2 ----------
 ------------------------------------------------------------------------------
index be08f73e0e9faf9ed3301a15b0a9f2fa6744b9d4..7863a86e9cca38c7467ac4cda4f19a504d7a8272 100644 (file)
 ===
 ===========================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 18.11.3 to Asterisk 18.12.0 ----------
+------------------------------------------------------------------------------
+
+res_pjsip
+------------------
+ * The 'async_operations' setting on transports is no longer
+   obeyed and instead is always set to 1. This is due to the
+   functionality not being applicable to Asterisk and causing
+   excess unnecessary memory usage. This setting will now be
+   ignored but can also be removed from the configuration file.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 18.10.0 to Asterisk 18.11.0 ----------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/app_confbridge_hear_join.txt b/doc/CHANGES-staging/app_confbridge_hear_join.txt
deleted file mode 100644 (file)
index 40f2383..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Subject: app_confbridge
-
-Added the hear_own_join_sound option to the confbridge user profile to
-control who hears the sound_join audio file. When set to 'yes' the user
-entering the conference and the participants already in the conference
-will hear the sound_join audio file. When set to 'no' the user entering
-the conference will not hear the sound_join audio file, but the
-participants already in the conference will hear the sound_join audio file.
diff --git a/doc/CHANGES-staging/app_queue_music.txt b/doc/CHANGES-staging/app_queue_music.txt
deleted file mode 100644 (file)
index 254a45d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: app_queue
-
-The m option now allows an override music on hold
-class to be specified for the Queue application
-within the dialplan.
diff --git a/doc/CHANGES-staging/chan_dahdi_cadences.txt b/doc/CHANGES-staging/chan_dahdi_cadences.txt
deleted file mode 100644 (file)
index b888926..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Subject: chan_dahdi
-
-Previously, cadences were appended on dahdi restart,
-rather than reloaded. This prevented cadences from
-being updated and maxed out the available cadences
-if reloaded multiple times. This behavior is fixed
-so that reloading cadences is idempotent and cadences
-can actually be reloaded.
diff --git a/doc/CHANGES-staging/chan_pjsip_180_sdp.txt b/doc/CHANGES-staging/chan_pjsip_180_sdp.txt
deleted file mode 100644 (file)
index ffd14af..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Subject: chan_pjsip
-
-added global config option "allow_sending_180_after_183"
-
-Allow Asterisk to send 180 Ringing to an endpoint
-after 183 Session Progress has been send.
-If disabled Asterisk will instead send only a
-183 Session Progress to the endpoint.
diff --git a/doc/CHANGES-staging/chan_pjsip_flash.txt b/doc/CHANGES-staging/chan_pjsip_flash.txt
deleted file mode 100644 (file)
index 34da796..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: chan_pjsip
-
-Hook flash events can now be sent on a PJSIP channel
-if requested to do so.
diff --git a/doc/CHANGES-staging/chan_sip_session-timer_on_update.txt b/doc/CHANGES-staging/chan_sip_session-timer_on_update.txt
deleted file mode 100644 (file)
index 259782f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: chan_sip
-
-Session timers get removed on UPDATE
-Fix if Asterisk receives a SIP REFER with Session-Timers UAC
-that Asterisk maintains Session-Timers when sending UPDATE request
-
diff --git a/doc/CHANGES-staging/cli_eval_function.txt b/doc/CHANGES-staging/cli_eval_function.txt
deleted file mode 100644 (file)
index 9f7873c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: cli
-
-A new CLI command 'dialplan eval function' has been
-added which allows users to test the behavior of
-dialplan function calls directly from the CLI.
diff --git a/doc/CHANGES-staging/func_db.txt b/doc/CHANGES-staging/func_db.txt
deleted file mode 100644 (file)
index 72e333a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: func_db
-
-The function DB_KEYCOUNT has been added, which
-returns the cardinality of the keys at a specified
-prefix in AstDB, i.e. the number of keys at a
-given prefix.
diff --git a/doc/CHANGES-staging/func_evalexten.txt b/doc/CHANGES-staging/func_evalexten.txt
deleted file mode 100644 (file)
index f912bbe..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: func_evalexten
-
-This adds the EVAL_EXTEN function which may be
-used to evaluate data at dialplan extensions.
diff --git a/doc/UPGRADE-staging/res_pjsip_async_operations.txt b/doc/UPGRADE-staging/res_pjsip_async_operations.txt
deleted file mode 100644 (file)
index cf9f942..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: res_pjsip
-
-The 'async_operations' setting on transports is no longer
-obeyed and instead is always set to 1. This is due to the
-functionality not being applicable to Asterisk and causing
-excess unnecessary memory usage. This setting will now be
-ignored but can also be removed from the configuration file.