SHELL()
Synopsis
Executes a command using the system shell and captures its output.
Description
Collects the output generated by a command executed by the system shell
Example: Set(foo=${SHELL(echo bar)})
Syntax
SHELL(command)
Arguments
command
- The command that the shell should execute.
See Also
Import Version
This documentation was imported from Asterisk Version SVN-branch-1.8-r403913
1 Comment
Andrew Latham
Description repeats itself. Description repeats itself.