aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-05 14:36:32 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-05 14:36:32 +0000
commit07a72fb19f2584930bb895544e1575b6801d3a09 (patch)
tree3770d6810d243c3c1dc3106c06083a10f204cbb0 /UPGRADE.txt
parent27601df8a530a9b426c4208dbe038bc6a212070a (diff)
Merged revisions 120567 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r120567 | tilghman | 2008-06-05 09:35:47 -0500 (Thu, 05 Jun 2008) | 2 lines Add info on the [compat] section of asterisk.conf. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@120568 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 70a0f816c..ead8b5af0 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -47,7 +47,14 @@ Core:
remove the obscene level of backslashing that was necessary for the dialplan
to work correctly in 1.4 and previous versions. This should make writing
dialplans less painful in the future, albeit with the pain of a one-time
- conversion.
+ conversion. If you would like to avoid this conversion immediately, set
+ pbx_realtime=1.4 in the [compat] section of asterisk.conf. After
+ transitioning, set pbx_realtime=1.6 in the same section.
+
+* For the same purpose as above, you may set res_agi=1.4 in the [compat]
+ section of asterisk.conf to continue to use the '|' delimiter in the EXEC
+ arguments of AGI applications. After converting to use the ',' delimiter,
+ change this option to res_agi=1.6.
* The logger.conf option 'rotatetimestamp' has been deprecated in favor of
'rotatestrategy'. This new option supports a 'rotate' strategy that more
@@ -107,6 +114,13 @@ Applications:
instead.
* The arguments in ExecIf changed a bit, to be more like other applications.
The syntax is now ExecIf(<cond>?appiftrue(args):appiffalse(args)).
+* The behavior of the Set application now depends upon a compatibility option,
+ set in asterisk.conf. To use the old 1.4 behavior, which allowed Set to take
+ multiple key/value pairs, set app_set=1.4 in [compat] in asterisk.conf. To
+ use the new behavior, which permits variables to be set with embedded commas,
+ set app_set=1.6 in [compat] in asterisk.conf. Note that you can have both
+ behaviors at the same time, if you switch to using MSet if you want the old
+ behavior.
Dialplan Functions: