aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 19:43:35 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 19:43:35 +0000
commitc03d2f4e460c9b06006ee43d722a15114295079a (patch)
tree65f9603119054c0efe3436b103a18b8140ee6fc6 /UPGRADE.txt
parent22df6f0e8dc57481d4d3df2b05952b2a8798318d (diff)
Merged revisions 115302 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r115302 | tilghman | 2008-05-05 14:42:36 -0500 (Mon, 05 May 2008) | 2 lines Note change for ExecIf syntax (caught by jmls on IRC) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@115303 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index f8480a6b7..70a0f816c 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -105,6 +105,8 @@ Applications:
* WaitMusicOnHold application is now deprecated in favor of extended MusicOnHold.
* SetMusicOnHold is now deprecated. You should use Set(CHANNEL(musicclass)=...)
instead.
+* The arguments in ExecIf changed a bit, to be more like other applications.
+ The syntax is now ExecIf(<cond>?appiftrue(args):appiffalse(args)).
Dialplan Functions: