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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-05-05 19:43:35 +00:00
parent 6e9f6a36e5
commit dfb7b247c0

View File

@@ -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(<cond>?appiftrue(args):appiffalse(args)).
Dialplan Functions: