From c03d2f4e460c9b06006ee43d722a15114295079a Mon Sep 17 00:00:00 2001 From: tilghman Date: Mon, 5 May 2008 19:43:35 +0000 Subject: 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 --- UPGRADE.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UPGRADE.txt') 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(?appiftrue(args):appiffalse(args)). Dialplan Functions: -- cgit v1.2.3