Good morning,
After tweaking the network settings for the SIP provider and restarting the box, I found that I was unable to start the GUI.
I can access the box via ssh, so I managed to run asterisk -vvvvvr / http show status and I found that:
HTTP Server Status:
Prefix: /asterisk
Server Disabled
Enabled URI's:
/asterisk/httpstatus => Asterisk HTTP General Status
/asterisk/manager => HTML Manager Event Interface
/asterisk/rawman => Raw HTTP Manager Event Interface
/asterisk/static/... => Asterisk HTTP Static Delivery
/asterisk/mxml => XML Manager Event Interface
After doing some further reading on several blogs I found that the the key files for the asterisk GUI manager.conf
which has the following config:
;!
;! Automatically generated configuration file
;! Filename: manager.conf (/etc/asterisk/manager.conf)
;! Generator: Manager
;! Creation Date: Fri Jun 3 10:51:52 2011
;!
[general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
bindaddr = 0.0.0.0
[admin]
secret = xxxxxx
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
and the
http.conf
@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@
~
~
~
~
~
Could please someone give me a hand or at least point me to the right direction about how to solve this problem?
Your help is much appreciated.