This page last changed on Jul 20, 2012 by wikibot.

TryExec()

Synopsis

Executes dialplan application, always returning.

Description

Allows an arbitrary application to be invoked even when not hard coded into the dialplan. To invoke external applications see the application System. Always returns to the dialplan. The channel variable TRYSTATUS will be set to one of:

  • TRYSTATUS
    • SUCCESS - If the application returned zero.
    • FAILED - If the application returned non-zero.
    • NOAPP - If the application was not found or was not specified.

Syntax

TryExec(arguments)
Arguments
  • appname
    • arguments

Import Version

This documentation was imported from Asterisk Version SVN-trunk-r370328

Document generated by Confluence on Nov 02, 2012 17:42