This is my configuration file:
;http.conf
[general]
enabled=yes
bindaddr=0.0.0.0:8088;
bindport=8088 ;
tlsenable=yes
tlsbindaddr=0.0.0.0:8089 ;
tlscertfile=/etc/asterisk/keys/asterisk.pem
The model loads properly:
u-virtual-machine*CLI> module show like res_http_websocket.so
Module Description Use Count Status Support Level
res_http_websocket.so HTTP WebSocket Support 3 Running core
1 modules loaded
But status is Server Disabled
u-virtual-machine*CLI> http show status
HTTP Server Status:
Prefix:
Server: Asterisk/18.10.0~dfsg+~cs6.10.40431411-2
Server Disabled
Enabled URI's:
/httpstatus => Asterisk HTTP General Status
/ari/... => Asterisk RESTful API
/ws => Asterisk HTTP WebSocket
Enabled Redirects:
None.
why is it happening?
Thanks in advance