aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 19:42:36 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 19:42:36 +0000
commit4e003c03f05bf5ee20b54bd8d1d2c7b79ed1e297 (patch)
treeace726ef1993e3d18759027ecf6d3a1a80f840bd /UPGRADE.txt
parent9844825c4b2affaa6190b95c9dfc7352e81cd467 (diff)
Note change for ExecIf syntax (caught by jmls on IRC)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115302 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 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: