我使用以下命令启动了 Asterisk CLI:
asterisk -vvvvvvc
Run Code Online (Sandbox Code Playgroud)
当我尝试使用 exit 或 quit 退出 CLI 时,我看到以下错误:
*CLI> exit
No such command 'exit' (type 'core show help exit' for other possible commands)
*CLI> quit
No such command 'quit' (type 'core show help quit' for other possible commands)
Run Code Online (Sandbox Code Playgroud)
我可以使用^C. 为什么退出和退出不起作用?