aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-01 21:00:06 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-01 21:00:06 +0000
commit5e468f00d5b2e735e890c337082d935e037b0794 (patch)
tree0040f18a90e60e1493bcce75cf30fe8ab265c87b
parent22cabc5da633a4426dd6a15ea2a0bb5dbc9ea976 (diff)
add warning about new expression parser
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6487 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xUPGRADE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 81f1a5b59..3125c1e17 100755
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -12,6 +12,16 @@ Compiling:
support; systems using that compiler will need to be upgraded to
a more recent compiler release.
+Dialplan Expressions:
+
+* The dialplan expression parser (which handles $[ ... ] constructs)
+ has gone through a major upgrade, but has one incompatible change:
+ spaces are no longer required around expression operators, including
+ string comparisons. However, you can now use quoting to keep strings
+ together for comparison. For more details, please read the
+ doc/README.variables file, and check over your dialplan for possible
+ problems.
+
Agents:
* The default for ackcall has been changed to "no" instead of "yes"