Skip to end of metadata
Go to start of metadata

ExecIf()

Synopsis

Executes dialplan application, conditionally.

Description

If expr is true, execute and return the result of appiftrue(args).

If expr is true, but appiftrue is not found, then the application will return a non-zero value.

Syntax

ExecIf(expression?appiftrue:[appiffalse])
Arguments
  • expression
  • execapp
    • appiftrue( params )
      • args
    • appiffalse( params )
      • args

See Also

Import Version

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

  • No labels