]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 18.7.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 16 Sep 2021 13:39:41 +0000 (08:39 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 16 Sep 2021 13:39:41 +0000 (08:39 -0500)
17 files changed:
CHANGES
doc/CHANGES-staging/app_milliwatt.txt [deleted file]
doc/CHANGES-staging/app_morsecode.txt [deleted file]
doc/CHANGES-staging/app_originate_codecs.txt [deleted file]
doc/CHANGES-staging/app_queue_stats.txt [deleted file]
doc/CHANGES-staging/app_read.txt [deleted file]
doc/CHANGES-staging/app_voicemail.txt [deleted file]
doc/CHANGES-staging/chan_iax2_ani2.txt [deleted file]
doc/CHANGES-staging/func_env.txt [deleted file]
doc/CHANGES-staging/func_framedrop.txt [deleted file]
doc/CHANGES-staging/func_scramble.txt [deleted file]
doc/CHANGES-staging/func_strings.txt [deleted file]
doc/CHANGES-staging/mf.txt [deleted file]
doc/CHANGES-staging/res_pjproject.txt [deleted file]
doc/CHANGES-staging/res_rtp_asterisk_stunaddr_recurring_resolution.txt [deleted file]
doc/CHANGES-staging/res_tonedetect.txt [deleted file]
doc/CHANGES-staging/say.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index dfee48b18e1c7bc7993a8397cf179ce97fbfbbb9..d139e8695e85bb6f9bb2347f5699baef15d14d4b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 18.6.0 to Asterisk 18.7.0 ------------
+------------------------------------------------------------------------------
+
+Channel-agnostic MF support
+------------------
+ * A SendMF application and PlayMF manager
+   application are now included to send
+   arbitrary standard R1 MF tones on the
+   current channel or another specified channel.
+
+app_milliwatt
+------------------
+ * The Milliwatt application's existing behavior is
+   incorrect in that it plays a constant tone, which
+   is not how digital milliwatt test lines actually
+   work.
+
+   An option is added so that a proper milliwatt test
+   tone can be provided, including a 1 second silent
+   interval every 10 seconds. However, for compatability
+   reasons, the default behavior remains unchanged.
+
+app_morsecode
+------------------
+ * Extends the Morsecode application by adding support for
+   American Morse code and adds a configurable option
+   for the frequency used in off intervals.
+
+app_originate
+------------------
+ * Codecs can now be specified for dialplan-originated
+   calls, as with call files and the manager action.
+   By default, only the slin codec is now used, instead
+   of all the slin* codecs.
+
+app_queue
+------------------
+ * Reload behavior in app_queue has been changed so
+   queue and agent stats are not reset during full
+   app_queue module reloads. The queue reset stats
+   CLI command may still be used to reset stats while
+   Asterisk is running.
+
+app_read
+------------------
+ * A new option allows the digit '#' to be read literally,
+   rather than used exclusively as the input terminator
+   character.
+
+app_voicemail
+------------------
+ * Add a new 'S' option to VoiceMail which prevents the instructions
+   (vm-intro) from being played if a busy/unavailable/temporary greeting
+   from the voicemail user is played. This is similar to the existing 's'
+   option except that instructions will still be played if no user
+   greeting is available.
+
+chan_iax2
+------------------
+ * ANI2 (OLI) is now transmitted over IAX2 calls
+   as an information element.
+
+func_env.c
+------------------
+ * Two new functions, DIRNAME and BASENAME, are now
+   included which allow users to obtain the directory
+   or the base filename of any file.
+
+func_framedrop
+------------------
+ * New function to selectively drop specified frames
+   in either direction on a channel.
+
+func_scramble
+------------------
+ * Adds an audio scrambler function that may be used to
+   distort voice audio on a channel as a privacy
+   enhancement.
+
+func_strings
+------------------
+ * A new STRBETWEEN function is now included which
+   allows a substring to be inserted between characters
+   in a string. This is particularly useful for transforming
+   dial strings, such as adding pauses between digits
+   for a string of digits that are sent to another channel.
+
+res_pjproject
+------------------
+ * In pjproject.conf you can now map pjproject log levels
+   to the Asterisk TRACE log level.  The default mappings
+   have therefore changed so that only pjproject levels
+   3 and 4 are mapped to DEBUG and 5 and 6 are now mapped
+   to TRACE.  Previously 3, 4, 5, and 6 were all mapped to
+   DEBUG.
+
+res_rtp_asterisk
+------------------
+ * When the address of the STUN server (stunaddr) is a name resolved via DNS, the
+   stunaddr will be recurringly resolved when the DNS answer Time-To-Live (TTL)
+   expires. This allows the STUN server to change its IP address without having to
+   reload the res_rtp_asterisk module.
+
+res_tonedetect
+------------------
+ * Arbitrary tone detection is now available through a
+   WaitForTone application (blocking) and a TONE_DETECT
+   function (non-blocking).
+
+say.c
+------------------
+ * Adds SAYFILES function to retrieve the file names that would
+   be played by corresponding Say applications, such as
+   SayDigits, SayAlpha, etc.
+
+   Additionally adds SayMoney and SayOrdinal applications.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 18.5.0 to Asterisk 18.6.0 ------------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/app_milliwatt.txt b/doc/CHANGES-staging/app_milliwatt.txt
deleted file mode 100644 (file)
index 434ace2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Subject: app_milliwatt
-
-The Milliwatt application's existing behavior is
-incorrect in that it plays a constant tone, which
-is not how digital milliwatt test lines actually
-work.
-
-An option is added so that a proper milliwatt test
-tone can be provided, including a 1 second silent
-interval every 10 seconds. However, for compatability
-reasons, the default behavior remains unchanged.
diff --git a/doc/CHANGES-staging/app_morsecode.txt b/doc/CHANGES-staging/app_morsecode.txt
deleted file mode 100644 (file)
index b9e49b6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: app_morsecode
-
-Extends the Morsecode application by adding support for
-American Morse code and adds a configurable option
-for the frequency used in off intervals.
-
diff --git a/doc/CHANGES-staging/app_originate_codecs.txt b/doc/CHANGES-staging/app_originate_codecs.txt
deleted file mode 100644 (file)
index a0f52b1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: app_originate
-
-Codecs can now be specified for dialplan-originated
-calls, as with call files and the manager action.
-By default, only the slin codec is now used, instead
-of all the slin* codecs.
diff --git a/doc/CHANGES-staging/app_queue_stats.txt b/doc/CHANGES-staging/app_queue_stats.txt
deleted file mode 100644 (file)
index 36c0c3d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: app_queue
-
-Reload behavior in app_queue has been changed so
-queue and agent stats are not reset during full
-app_queue module reloads. The queue reset stats
-CLI command may still be used to reset stats while
-Asterisk is running.
diff --git a/doc/CHANGES-staging/app_read.txt b/doc/CHANGES-staging/app_read.txt
deleted file mode 100644 (file)
index df3247c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: app_read
-
-A new option allows the digit '#' to be read literally,
-rather than used exclusively as the input terminator
-character.
diff --git a/doc/CHANGES-staging/app_voicemail.txt b/doc/CHANGES-staging/app_voicemail.txt
deleted file mode 100644 (file)
index c52d1f0..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: app_voicemail
-
-Add a new 'S' option to VoiceMail which prevents the instructions
-(vm-intro) from being played if a busy/unavailable/temporary greeting
-from the voicemail user is played. This is similar to the existing 's'
-option except that instructions will still be played if no user
-greeting is available.
diff --git a/doc/CHANGES-staging/chan_iax2_ani2.txt b/doc/CHANGES-staging/chan_iax2_ani2.txt
deleted file mode 100644 (file)
index 37c6fa6..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: chan_iax2
-
-ANI2 (OLI) is now transmitted over IAX2 calls
-as an information element.
diff --git a/doc/CHANGES-staging/func_env.txt b/doc/CHANGES-staging/func_env.txt
deleted file mode 100644 (file)
index af03d5f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: func_env.c
-
-Two new functions, DIRNAME and BASENAME, are now
-included which allow users to obtain the directory
-or the base filename of any file.
diff --git a/doc/CHANGES-staging/func_framedrop.txt b/doc/CHANGES-staging/func_framedrop.txt
deleted file mode 100644 (file)
index c17bccd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: func_framedrop
-
-New function to selectively drop specified frames
-in either direction on a channel.
-
diff --git a/doc/CHANGES-staging/func_scramble.txt b/doc/CHANGES-staging/func_scramble.txt
deleted file mode 100644 (file)
index 4c1ffab..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: func_scramble
-
-Adds an audio scrambler function that may be used to
-distort voice audio on a channel as a privacy
-enhancement.
diff --git a/doc/CHANGES-staging/func_strings.txt b/doc/CHANGES-staging/func_strings.txt
deleted file mode 100644 (file)
index d154464..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: func_strings
-
-A new STRBETWEEN function is now included which
-allows a substring to be inserted between characters
-in a string. This is particularly useful for transforming
-dial strings, such as adding pauses between digits
-for a string of digits that are sent to another channel.
diff --git a/doc/CHANGES-staging/mf.txt b/doc/CHANGES-staging/mf.txt
deleted file mode 100644 (file)
index 644f62a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: Channel-agnostic MF support
-
-A SendMF application and PlayMF manager
-application are now included to send
-arbitrary standard R1 MF tones on the
-current channel or another specified channel.
diff --git a/doc/CHANGES-staging/res_pjproject.txt b/doc/CHANGES-staging/res_pjproject.txt
deleted file mode 100644 (file)
index 132c950..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Subject: res_pjproject
-
-In pjproject.conf you can now map pjproject log levels
-to the Asterisk TRACE log level.  The default mappings
-have therefore changed so that only pjproject levels
-3 and 4 are mapped to DEBUG and 5 and 6 are now mapped
-to TRACE.  Previously 3, 4, 5, and 6 were all mapped to
-DEBUG.
diff --git a/doc/CHANGES-staging/res_rtp_asterisk_stunaddr_recurring_resolution.txt b/doc/CHANGES-staging/res_rtp_asterisk_stunaddr_recurring_resolution.txt
deleted file mode 100644 (file)
index c78f4f5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: res_rtp_asterisk
-
-When the address of the STUN server (stunaddr) is a name resolved via DNS, the
-stunaddr will be recurringly resolved when the DNS answer Time-To-Live (TTL)
-expires. This allows the STUN server to change its IP address without having to
-reload the res_rtp_asterisk module.
diff --git a/doc/CHANGES-staging/res_tonedetect.txt b/doc/CHANGES-staging/res_tonedetect.txt
deleted file mode 100644 (file)
index ddda8e8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: res_tonedetect
-
-Arbitrary tone detection is now available through a
-WaitForTone application (blocking) and a TONE_DETECT
-function (non-blocking).
diff --git a/doc/CHANGES-staging/say.txt b/doc/CHANGES-staging/say.txt
deleted file mode 100644 (file)
index 115ceea..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: say.c
-
-Adds SAYFILES function to retrieve the file names that would
-be played by corresponding Say applications, such as
-SayDigits, SayAlpha, etc.
-
-Additionally adds SayMoney and SayOrdinal applications.