aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-24 22:53:23 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-24 22:53:23 +0000
commitd170b913b97407d19f6443144b8b4c00852b09b1 (patch)
treec72052d77d344dbbe86cb0e366266db47f41f8b2 /UPGRADE.txt
parent3f2a26dd7baf3f697d70d04c53feb6f85fb291b3 (diff)
Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by default (starting in 1.6.3).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@220417 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 13abcd7a2..c039945a8 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -51,6 +51,15 @@ From 1.6.2 to 1.6.3:
remains. It now exists within app_chanspy.c and retains the exact same
functionality as before.
+* The default behavior for Set, AGI, and pbx_realtime has been changed to implement
+ 1.6 behavior by default, if there is no [compat] section in asterisk.conf. In
+ prior versions, the behavior defaulted to 1.4 behavior, to assist in upgrades.
+ Specifically, that means that pbx_realtime and res_agi expect you to use commas
+ to separate arguments in applications, and Set only takes a single pair of
+ a variable name/value. The old 1.4 behavior may still be obtained by setting
+ app_set, pbx_realtime, and res_agi each to 1.4 in the [compat] section of
+ asterisk.conf.
+
From 1.6.1 to 1.6.2:
* The 'canreinvite' option support by the SIP, MGCP and Skinny channel drivers