dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
tilghman 2008-05-05 19:42:36 +00:00
parent 9844825c4b
commit 4e003c03f0
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: