|
18 | 18 | ===
|
19 | 19 | ===========================================================
|
20 | 20 |
|
| 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 | + |
21 | 88 | ------------------------------------------------------------------------------
|
22 | 89 | --- New functionality introduced in Asterisk 19.0.0 --------------------------
|
23 | 90 | ------------------------------------------------------------------------------
|
|
0 commit comments