Find Out Web Password of IPPBX Instruction

Find Out Web Password of IPPBX Instruction

pls confirm which is your version of device ?
1.As v2 software version ,pls use this command to find the password
root@localhost:/# grep -C 2 admin /etc/asterisk/manager.conf
timestampevents = yes
[admin]
secret =
admin
deny = 0.0.0.0/0.0.0.0
permit = 127.0.0.1/255.255.255.255


2.As v3,pls use this comand to find out your password.
mysql -ucoovox_admin -pZycooCoovoxDba42 -h127.0.0.1 zycoo_coovox -e "select * from t_user;"

About neutral version,pls use this
mysql -uippbx_admin -pIPpbxDba42 -h127.0.0.1 ippbx_db -e "select * from t_user;

3. As v4,pls use this comand to find out your password.
mysql -uippbx -p123456 ippbx_db -h127.0.0.1 -e "select * from t_user";