I'd like some assistance on how to debug my problems more methodically. I'm not even sure the AJAM process is running on my Asterisk 1.4 server.
The /etc/asterisk/http.conf file contains:
[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
prefix=asterisk
but when I enter "
http://asteriskboxip:8088/" as a URL in firefox it returns a "Network Timeout" message. I tried "
http://asteriskboxip:8088/asterisk" also, but still nothing.
I initially had a problem with the acl for my [click] user in /etc/asterisk/manager.conf - I changed the permit= line in the [admin] user section rather than the [click] section. When this error was happening, the manager.c error you describe in the "Authentication Failed" post was happening. After I fixed the permit line in the [click] section these errors stopped appearing in the log file.
So when I now click the icon in firefox, the "Authenticating" message displays for about 24 seconds, then "Dial failed. No response." appears. Any information on whether this is a phone or a server problem would be appreciated.