Greetings,<br><br>I've set up the AMI and am able to authenticate, however I am unable to execute "Action: Status". I get a permission denied error:<br><br> asterisk:/etc/asterisk# telnet localhost 5038<br>
Trying 127.0.0.1...<br> Connected to localhost.<br> Escape character is '^]'.<br> Asterisk Call Manager/1.0<br> Action: Login<br> Username: myusername<br> Secret: mypassword<br><br> Response: Success<br>
Message: Authentication accepted<br><br> Action: Status<br><br> Response: Error<br> Message: Permission denied<br><br>I then get expected "Event / displayconnects" output. The user information from manager.conf is as follows:<br>
<br> [myusername]<br> secret = mypassword<br> deny=<a href="http://0.0.0.0/0.0.0.0">0.0.0.0/0.0.0.0</a><br> permit=<a href="http://127.0.0.1/255.255.255.255">127.0.0.1/255.255.255.255</a><br> read = system,call,log,verbose,command,agent,user<br>
write = none <br> displayconnects = yes<br><br>Any idea why I am getting permission denied when executing "Action: Status"? <br><br>Cheers,<br><br>Steve<br><br> <br>