summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-05-05 19:42:36 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-05-05 19:42:36 +0000
commit2e6537c5dbfb4e03a7c230e5d3fb1029e7681621 (patch)
treeace726ef1993e3d18759027ecf6d3a1a80f840bd /UPGRADE.txt
parent73581f39053c6086cdc150e01132e95c7a05e348 (diff)
Note change for ExecIf syntax (caught by jmls on IRC)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 2dc813974..db47a262c 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -110,6 +110,8 @@ Applications:
instead.
* While app_directory has always relied on having a voicemail.conf or users.conf file
correctly set up, it now is dependent on app_voicemail being compiled as well.
+* 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: