Command error, undefined


Setup: I have ASL running on a Wyse 3040 (Debian) and a UCI120 node. I can connect to other nodes using DTMF commands, and by using the asterisk command line. Now the problem with Allmon3...
I can log into allmon3 with no problem. Anything I try to do as far as linking, showing node status, etc. is met with the error "undefined."

My allmon3.ini file contains this:
; For a basic installation, you should be able to uncomment the below,
; change 1999 to your node number and set the pass= as
; set in asterisk/manager.conf
[65192]
host=192.168.1.103
user=admin
pass=mypass

I am not seeing any password in asterisk/manager.conf. Is the password supposed to be the Allstar node password (from my Allstar account)?

Your /etc/asterisk/manager.conf should have a stanza with :

...
[admin]
secret = <ami-password>
...

The "pass=" in the allmon3.ini file should match this "secret=".

Yes, you're correct. I was looking at a different config file.

The passwords do match.

So it must be another cause. I did try another browser and got the same error.

I changed the the host information from my lan IP address to 127.0.0.1 and restarted the Allmon service. All working now.

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