I followed this document [Configuring Asterisk for WebRTC Clients - Asterisk Documentation]
After that I’m getting this
ivr-OptiPlex-3050*CLI> http show status
HTTP Server Status:
Prefix:
Server: Asterisk
Server Enabled and Bound to 192.168.0.94:8088
Enabled URI's:
/httpstatus => Asterisk HTTP General Status
/phoneprov/... => Asterisk HTTP Phone Provisioning Tool
/metrics/... => Prometheus Metrics URI
/ari/... => Asterisk RESTful API
/ws => Asterisk HTTP WebSocket
Enabled Redirects:
/ => /static/config/index.html
Note here https binding is not showing but as per document it should show HTTPS biding also in port 8089
And when I’m typing http://192.168.0.94:8088/ws this showing as per below image
In console it is showing like this
[Feb 3 12:42:31] WARNING[20091]: res_http_websocket.c:831 __ast_websocket_uri_cb: WebSocket connection from '192.168.0.94:58788' could not be accepted - did not request WebSocket
[Feb 3 12:42:32] WARNING[20091]: res_http_websocket.c:831 __ast_websocket_uri_cb: WebSocket connection from '192.168.0.94:58788' could not be accepted - did not request WebSocket
Can anyone guide me what is going wrong.
Thank you.