freeswitch
has it's own CLI and it is possible to shut it down with shutdown
command issued within this CLI.
But is it possible to shut it down bu separate command, for example, by shell script?
freeswitch
has it's own CLI and it is possible to shut it down with shutdown
command issued within this CLI.
But is it possible to shut it down bu separate command, for example, by shell script?
You can use the following command:
fs_cli -x "shutdown"
/opt/freeswitch/bin/fs_cli --execute="show channels"