aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
blob: 0068b6969260d51dda035f7c8254cb27b6388795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Information for Upgrading From Previous Asterisk Releases
=========================================================

Manager:

* The CallerID fields across Manager events have now been made more
  consistent. CallerID Number will be sent as CallerIDNum and CallerID
  Name will be sent as CallerIDName wherever used.

AEL:

* Macros are now implemented underneath with the Gosub() application.
  Heaven Help You if you wrote code depending on any aspect of this!
  Previous to 1.6, macros were implemented with the Macro() app, which
  provided a nice feature of auto-returning. The compiler will do its
  best to insert a Return() app call at the end of your macro if you did
  not include it, but really, you should make sure that all execution
  paths within your macros end in "return;".

Core:

* The 'languageprefix' option in asterisk.conf is now deprecated, and
  the default sound file layout for non-English sounds is the 'new
  style' layout introduced in Asterisk 1.4 (and used by the automatic
  sound file installer in the Makefile).