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
20 ===========================================================
25 - A bindaddr must be specified in order for the HTTP server
26 to run. Previous versions would default to 0.0.0.0 if no
27 bindaddr was specified.
30 - The default value for 'context' and 'parkinglots' in gtalk.conf has
31 been changed to 'default', previously they were empty.
34 - The mohinterpret=passthrough setting is deprecated in favor of
37 ===========================================================
38 ===========================================================