im trying to integrate my asterisk server with an application using 8088 port. So,the application throwing an error refused to connect to http://server ip:8088.(As mentioned in the application guide to use only 8088 port)
Could you please elaborate in detail why should we use 8088 port in asterisk? and also what is the need of 5038 port that is mentioned in manger.conf file of asterisk.
Port 8088 is the built-in HTTP server and in Asterisk 11 the only things available over it is SIP over Websockets, normal HTTP stuff, and some old Manager access stuff.
Port 5038 is for the supported Manager interface.
I can’t really elaborate why you’d use 8088, I have no idea what your application is or what it does.
Thanks for the quick response. So from the given info, is it possible to access the asterisk server with port 8088 directly like http://server ip:8088 through browser?
Like we’re configuring asterisk with port 80 using freepbx in GUI mode. http://serverip:80
As like that is it possible to use port 8088 using freepbx and make config changes to asterisk