如何通过命令行停止freeswitch?

3 remote-access command-line-interface freeswitch

freeswitch有自己的 CLI,可以使用shutdown在此 CLI 中发出的命令将其关闭。

但是是否可以通过单独的命令将其关闭,例如通过 shell 脚本?

mar*_*kus 6

您可以使用以下命令:

fs_cli -x "shutdown"
Run Code Online (Sandbox Code Playgroud)