V
V
Vladislav Kolotsei2015-08-26 08:29:52
Asterisk
Vladislav Kolotsei, 2015-08-26 08:29:52

Http status not showing all modules loaded (freepbx + asterisk 11.19)?

I'm using the FreePBX + Asterisk 11.19 build. Enabled mini-HTTP server on port 8088. In the CLI, I wrote the http show status command and I got the following:

HTTP Server Status:
Prefix: /asterisk
Server Enabled and Bound to 0.0.0.0:8088

Enabled URI's:
/asterisk/httpstatus => Asterisk HTTP General Status
/asterisk/phoneprov/... => Asterisk HTTP Phone Provisioning Tool
/asterisk/static/... => Asterisk HTTP Static Delivery
/asterisk/ws => Asterisk HTTP WebSocket

Enabled Redirects:
  None.

Where are the other modules? Such as:
/asterisk/amanager
/asterisk/arawman
/asterisk/manager

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Kolotsei, 2015-08-27
@vlady_32

I solved this problem:
1) put enabled=yes in manager.conf.
2) The http.conf file is owned by root. This problem most often occurs when copying a file under the root user. Look like this
ls -l /etc/asterisk/http.conf
Fix:
chown asterisk:asterisk /etc/asterisk/http.conf
3)After connecting the module, a full reboot was not performed.
Solution:
asterisk -rx'core restart now'
4) Webenabled=true is not specified in /etc/asterisk/manager.conf in the [general] section

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question