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