<div dir="ltr">Hi All! <br><br>I'm using Asterisk 11.6-cert11 and trying to set the AMI over HTTP , without success. I always get the Error :<div><br><div>---------------------------------------------------------------------------<br><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">Asterisk Call Manager/1.3
Response: Error
Message: Missing action in request
-----------------------------------------------</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><br></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">I made the following configuration in manager.conf : </pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">[general]
enabled = yes
webenabled = yes
enablestatic=yes
port = 7777
bindaddr = 0.0.0.0

[admin]
secret = admin1234
deny=<a href="http://0.0.0.0/0.0.0.0
permit=192.168.1.0/255.255.255.0">0.0.0.0/0.0.0.0
permit=192.168.1.0/255.255.255.0</a>
read = system,call,log,verbose,command,agent,user,originate
write = system,call,log,verbose,command,agent,user,originate
</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><br></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">And I'm trying to access via HTTP using the following link : 
<a href="http://192.168.1.134:7777/manager?action=login&username=aziz&secret=aziz1234/">http://192.168.1.134:7777/manager?action=login&username=aziz&secret=aziz1234/</a>


Could anyone tell me if I'm missing something.

Thanks in advance.


<br></pre></div></div></div></div>