Skip to end of metadata
Go to start of metadata

MacroIf()

Synopsis

Conditional Macro implementation.

Description

Executes macro defined in macroiftrue if expr is true (otherwise macroiffalse if provided)

Arguments and return values as in application Macro()

Warning

Icon

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:[macroiffalse])
Arguments
  • expr
  • destination
    • macroiftrue
      • macroiftrue
      • arg1[arg1...]
    • macroiffalse
      • macroiffalse
      • arg1[arg1...]

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-f8000daff5

  • No labels