From 4e003c03f05bf5ee20b54bd8d1d2c7b79ed1e297 Mon Sep 17 00:00:00 2001 From: tilghman Date: Mon, 5 May 2008 19:42:36 +0000 Subject: [PATCH] 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 --- UPGRADE.txt | 2 ++ 1 file changed, 2 insertions(+) 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(?appiftrue(args):appiffalse(args)). Dialplan Functions: