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

TrySystem()

Synopsis

Try executing a system command.

Description

Executes a command by using system().

Result of execution is returned in the SYSTEMSTATUS channel variable:

  • SYSTEMSTATUS
    • FAILURE - Could not execute the specified command.
    • SUCCESS - Specified command successfully executed.
    • APPERROR - Specified command successfully executed, but returned error code.

Syntax

TrySystem(command)
Arguments
  • command - Command to execute

Import Version

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

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