System()
Synopsis
Execute a system command.
Description
Executes a command by using system(). If the command fails, the console should report a fallthrough.
Result of execution is returned in the SYSTEMSTATUS
channel variable:
SYSTEMSTATUS
- FAILURE - Could not execute the specified command.
- SUCCESS - Specified command successfully executed.
Syntax
System(command)
Arguments
command
- Command to execute
See Also
Import Version
This documentation was imported from Asterisk Version Unknown
1 Comment
Sunny
if anyone can help me on this
https://stackoverflow.com/questions/72713066/running-shell-scripts-using-nodejs-agi-server-on-asterisk-server