I have a test application, what it does is just connect to the asterisk manager,<br>and listen for events. I also set the connection to receive on user, call and agent events.<br><br>I Noticed that everytime the queue is empty, asterisk tends to throw too many
<br>queuememberstatus events, overwhelming the connection and therefore closes<br>it abruptly.<br><br>I also got the same result when I used telnet to connect to asterisk, and then <br>make a call which is then forwarded to an empty queue.
<br><br>I'm using version <a href="http://1.2.7.1">1.2.7.1</a> and even if the queue has its eventwhencalled set to no, <br>the problem still persists.<br>