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