Hello. I have a problem for Asterisk GUI log-in.
I can’t log in to Asterisk GUI. It shows 500 error when I try log in.
This is access configuration in manager.conf
[admin]
secret = admin
read = system,call,log,verbose,command,agent,config,read,write,originate
write = system,call,log,verbose,command,agent,config,read,write,originate
Also I could test it through telnet.
~$ telnet 192.168.200.108 5038
Trying 192.168.200.108...
Connected to 192.168.200.108.
Escape character is '^]'.
Asterisk Call Manager/1.3
Action: Login
ActionID: 1
Username: admin
Secret: admin
Response: Success
ActionID: 1
Message: Authentication accepted
Event: FullyBooted
Privilege: system,all
Status: Fully Booted
But when I check manager user on CLI, it shows something different. like this.
localhost*CLI> manager show user admin
username: admin
secret: <Set>
ACL: no
read perm: system,call,log,verbose,command,agent,config,originate
write perm: system,call,log,verbose,command,agent,config,originate
displayconnects: yes
Variables:
It is Asterisk 11.22.0 old version.