MacroIf
[Synopsis]
Conditional Macro implementation.
[Description]
Executes macro defined in <macroiftrue> if <expr> is true (otherwise <mac roiffalse> if provided) Arguments and return values as in application Macro() WARNING!!!: Use of the application 'WaitExten' within a macro will not function as expected. Please use the 'Read' application in order to read DTMF from a channel currently executing a macro.
[Syntax]
MacroIf(expr?macroiftrue[,arg1[,...]][:macroiffalse[,arg1[,...]]])
[Arguments] Not available
[See Also]GotoIf(), Asterisk app:GosubIf(), Функция Asterisk IF