Skip to content

Commit a818b05

Browse files
committed
Update CHANGES and UPGRADE.txt for 20.0.0
1 parent 37c16f9 commit a818b05

File tree

80 files changed

+561
-491
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+561
-491
lines changed

CHANGES

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.

UPGRADE.txt

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,73 @@
1818
===
1919
===========================================================
2020

21+
------------------------------------------------------------------------------
22+
--- New functionality introduced in Asterisk 20.0.0 --------------------------
23+
------------------------------------------------------------------------------
24+
25+
res_monitor
26+
------------------
27+
* This module is no longer built by default in
28+
accordance with the Module Deprecation Policy.
29+
If you require this functionality you will need
30+
to enable it for building in menuselect. Note
31+
that in the future res_monitor will be removed.
32+
33+
------------------------------------------------------------------------------
34+
--- Functionality changes from Asterisk 19.0.0 to Asterisk 20.0.0 ------------
35+
------------------------------------------------------------------------------
36+
37+
AMI
38+
------------------
39+
* The XML Manager Event Interface (amxml) now generates attribute names
40+
that are compliant with the XML 1.1 specification. Previously, an
41+
attribute name that started with a digit would be rendered as-is, even
42+
though attribute names must not begin with a digit. We now prefix
43+
attribute names that start with a digit with an underscore ('_') to
44+
prevent XML validation failures.
45+
46+
STIR/SHAKEN
47+
------------------
48+
* The STIR/SHAKEN configuration option has been split into
49+
4 different choices: off, attest, verify, and on. Off and
50+
on behave the same way as before. Attest will only perform
51+
attestation on the endpoint, and verify will only perform
52+
verification on the endpoint.
53+
54+
chan_iax2
55+
------------------
56+
* Encryption is now supported for RSA authentication.
57+
58+
Currently, these auth configurations will cause a crash:
59+
auth = md5,rsa
60+
auth = plaintext,md5,rsa
61+
62+
With a patched peer, the following will cause a crash:
63+
auth = rsa
64+
auth = md5,rsa
65+
auth = plaintext,md5,rsa
66+
67+
If both the peer and user are patches, no crash occurs.
68+
Existing good configurations should continue to work.
69+
70+
res_http_media_cache
71+
------------------
72+
* When fetching a file for playback from a URL, Asterisk will now first
73+
use the value of the Content-Type header in the HTTP response to
74+
determine the format of the audio data, and only if it is unable to do
75+
that will it attempt to parse the URL and extract the extension from
76+
the path portion. Previously Asterisk would first look at the end of
77+
the URL, which may have included query string parameters or a URL
78+
fragment, which was error prone.
79+
80+
res_pjsip
81+
------------------
82+
* The 'async_operations' setting on transports is no longer
83+
obeyed and instead is always set to 1. This is due to the
84+
functionality not being applicable to Asterisk and causing
85+
excess unnecessary memory usage. This setting will now be
86+
ignored but can also be removed from the configuration file.
87+
2188
------------------------------------------------------------------------------
2289
--- New functionality introduced in Asterisk 19.0.0 --------------------------
2390
------------------------------------------------------------------------------

doc/CHANGES-staging/add_mix_option_to_playback.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/CHANGES-staging/allow_wildcard_certs.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/CHANGES-staging/ami_wink.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/CHANGES-staging/app_confbridge_channels.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/CHANGES-staging/app_confbridge_hear_join.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/CHANGES-staging/app_dtmfstore.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/CHANGES-staging/app_mf_maxdigits.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/CHANGES-staging/app_mf_mf.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)