summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-09-24 22:53:23 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-09-24 22:53:23 +0000
commit17180120bf31f782bb2fccd3278cd9d17a43fa91 (patch)
treec72052d77d344dbbe86cb0e366266db47f41f8b2 /UPGRADE.txt
parent90746d26f3711dc3f4a022de28b0af38c92fc89e (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: https://origsvn.digium.com/svn/asterisk/trunk@220417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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