我可以连接到ws://localhost:8088/ari/events?api_key=user:user&app=hello-world
,但不能连接到ws://localhost:8088/ws
。为什么?我如何通过ws来控制事件?
ARI websocket连接是只读的。您不能通过它向Asterisk发送消息。您必须通过http使用rest接口来与Asterisk或其其他接口(AMI, AGI)之一通信。
/ari/events是建立websocket连接的正确端点。