Supermon/Allmon interoperability?

If I have asterisk and hamvoip nodes, can they be controlled by a single UI using either Allmon or Supermon? Thx. Adrian.

Yes, one instance of Allmon could support both an ASL server and a HamVoIP server.

When using Allmon to connect to a remote server be sure to secure the AMI. Permit only IP of the server that is running Allmon.

[admin]                                                                         
secret = <your_secret_password>
read = all,system,call,log,verbose,command,agent,user,config                    
write = all,system,call,log,verbose,command,agent,user,config                   
deny = 0.0.0.0/0.0.0.0
permit=xxx.xxx.xxx.xxx/255.255.255.255

I assume all of the above applies to Supermon but I don’t use it.

1 Like

Yes you can. I do it here. Just add the other servers in allmon.ini.php

I run a dial package and a hamvoip package on my system here.

Keith