1 ===========================================================
3 === Information for upgrading between Asterisk versions
5 === These files document all the changes that MUST be taken
6 === into account when upgrading between the Asterisk
7 === versions listed below. These changes may require that
8 === you modify your configuration files, dialplan or (in
9 === some cases) source code if you have your own Asterisk
10 === modules or patches. These files also include advance
11 === notice of any functionality that has been marked as
12 === 'deprecated' and may be removed in a future release,
13 === along with the suggested replacement functionality.
15 === UPGRADE-1.2.txt -- Upgrade info for 1.0 to 1.2
16 === UPGRADE-1.4.txt -- Upgrade info for 1.2 to 1.4
17 === UPGRADE-1.6.txt -- Upgrade info for 1.4 to 1.6
18 === UPGRADE-1.8.txt -- Upgrade info for 1.6 to 1.8
19 === UPGRADE-10.txt -- Upgrade info for 1.8 to 10
20 === UPGRADE-11.txt -- Upgrade info for 10 to 11
21 === UPGRADE-12.txt -- Upgrade info for 11 to 12
22 === UPGRADE-13.txt -- Upgrade info for 12 to 13
23 === UPGRADE-14.txt -- Upgrade info for 13 to 14
24 === UPGRADE-15.txt -- Upgrade info for 14 to 15
25 ===========================================================
30 - The app_macro module is now deprecated and by default it is no longer
31 built. Users should migrate to app_stack (Gosub). A warning is logged
32 the first time any Macro is used.
37 - '--with-pjproject-bundled' is now the default when running ./configure
38 It can be disabled with '--without-pjproject-bundled'.
41 - Multi-stream support has been added so a channel can have multiple
42 streams of the same type such as audio and video.
44 - The 'Data Retrieval API' has been removed. This API was not actively
45 maintained, was not added to new modules (such as res_pjsip), and there
46 exist better alternatives to acquire the same information, such as the
47 ARI. As a result, the 'DataGet' AMI action as well as the 'data get'
48 CLI command have been removed.