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
This commit is contained in:
Tilghman Lesher 2008-05-05 19:42:36 +00:00
parent 73581f3905
commit 2e6537c5db
1 changed files with 2 additions and 0 deletions

View File

@ -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: