From FreeSWITCH Wiki
Description
Execute a system command and waits for the result.
Usage
system <command>
Example
<action application="system" data="myapp.sh"/>
Get the information back as a channel variable!
anthm: <action application="set" data="OUT=${system foo.sh}"/>
See Also