Allmon not able to connect to different node

I dont know what I am missing at this point.

I have done the following:

manager.conf entries:
port = 5038
bindaddr = 0.0.0.0

[admin]
secret = Thisisasucurepassword
read = all,system,call,log,verbose,command,agent,user,config
write = all,system,call,log,verbose,command,agent,user,config

allmon.ini.php entries:
[529293]
host=10.10.10.48:5038
user=admin
password=Thisisasecurepassword
menu=yes

I can telnet to the remote node on port 5038 and get a reponse from the source node.
Trying 10.10.10.48…
Connected to 10.10.10.48.
Escape character is ‘^]’.
Asterisk Call Manager/1.0

Error in allmon is " Could not login to Asterisk Manager."

asterisk log:
[Oct 14 14:47:58] NOTICE[31942]: manager.c:1036 authenticate: 10.10.10.40 failed to authenticate as ‘admin’

What did I miss?

Normally, you might look for type errors in password in manager.conf and your allmon ini

You might mention if the server for allmon and the no login machine are the same and/or if they are both inside your NAT.

OK fixed it. I had password instead of passwd in allmon.ini.

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