I encounter a strange problem wrt the manager api: the first call (e.g. login) works, all subsequent calls return "“Missing action in request” though ACTION is there:
But when I return twice, I get the “Missing action in request” error, and after a few seconds the connection is simply closed…
What am I doing wrong? I want to test a few commands that we will be putting into PHP scripts to run AMI commands against our Asterisk server from a proprietary web application (also in PHP)