From: Tilghman Lesher Date: Mon, 5 May 2008 19:42:36 +0000 (+0000) Subject: Note change for ExecIf syntax (caught by jmls on IRC) X-Git-Tag: 1.6.2.0-beta1~2317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e6537c5dbfb4e03a7c230e5d3fb1029e7681621;p=thirdparty%2Fasterisk.git 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 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 2dc813974b..db47a262ce 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: