1 Information for Upgrading From Previous Asterisk Releases
2 =========================================================
6 * In previous Asterisk releases, many applications would jump to priority n+101
7 to indicate some kind of status or error condition. This functionality was
8 marked deprecated in Asterisk 1.2. An option to disable it was provided with
9 the default value set to 'on'. The default value for the global priority
10 jumping option is now 'off'.
12 * The applications Cut, Sort, DBGet, DBPut, SetCIDNum, SetCIDName, SetRDNIS,
13 AbsoluteTimeout, DigitTimeout, ResponseTimeout, SetLanguage, GetGroupCount,
14 and GetGroupMatchCount were all deprecated in version 1.2, and therefore have
15 been removed in this version. You should use the equivalent dialplan
16 function in places where you have previously used one of these applications.
18 * The application SetVar has been renamed to Set. The syntax SetVar was marked
19 deprecated in version 1.2 and is no longer recognized in this version.
23 * The builtin variables ${CALLERID}, ${CALLERIDNAME}, ${CALLERIDNUM},
24 ${CALLERANI}, ${DNID}, ${RDNIS}, ${DATETIME}, ${TIMESTAMP}, ${ACCOUNTCODE},
25 and ${LANGUAGE} have all been deprecated in favor of their related dialplan
26 functions. You are encouraged to move towards the associated dialplan
27 function, as these variables will be removed in a future release.
31 * The "incominglimit" setting is replaced by the "call-limit" setting in sip.conf.