Http server not starting

Hi i added following to http.conf file
[general]
enabled=yes
bindaddr=54.202.91.241
bindport=8080

But my server is not starting if i type “http show status”

HTTP Server Status:
Prefix:
Server: Asterisk
Server Disabled

Enabled URI’s:
/httpstatus => Asterisk HTTP General Status
/phoneprov/… => Asterisk HTTP Phone Provisioning Tool
/ari/… => Asterisk RESTful API
/ws => Asterisk HTTP WebSocket

Enabled Redirects:
None.

Have you examined the Asterisk console output at startup to see what it says about the HTTP server and if there are any problems with it?

I am getting this error in console
chan_sip.c:4328 __sip_reliable_xmit: Serious Network Trouble; __sip_xmit returns error for pkt data

That message is in regards to chan_sip, not the HTTP server.

Hi there, basically i am trying to connect asterisk with Janus. Both of them are on same aws instance. If i enable all udp traffic ports in inbound rule on aws, they seem to work. Otherwise not. Can we provide aws address in asterisk websocket?

I don’t understand the question. If you mean WebRTC, you generally need to have the ports open for media flow to occur. That’s the most I can give based on the information you’ve provided, otherwise you have to investigate yourself and understand what is going on and why.

Yes for webrtc. Janus is showing 408 status code when connecting to asterisk

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.