[Asterisk-java-users] strange behaviour of managers connected
Brought to you by:
srt
From: Dov B. <dov...@gm...> - 2006-08-18 20:23:35
|
Hi Stephan, all, I am using asterisk-java 0.2 for a Call Center monitoring application, where I list all busy agents, and when the call cente manager clicks on the agent name, a call to ChanSpy is made through the OriginateAction from asterisk-java. Everything works fine most of the time.... but sometimes I have the following error condition on Asterisk: It displays continuosly lots of warnings: WARNING[11737]: manager.c:1535 manager_event: Disconnecting slow (or gone) manager session! And when this happens, if I run a show managers connected, I get the following, with hundreds of times the same IP and no username... (the IP that appears is from a client that connects to Asterisk through asterisk-java....) lv08*CLI> show manager connected Username IP Address 200.234.206.109 200.234.206.109 200.234.206.109 200.234.206.109 200.234.206.109 200.234.206.109 200.234.206.109 200.234.206.109 ....... I have around 10 clients connecting to the manager port through the same application, and each time this problem occurs with one client... The only way we had to disconnects all this connections was to stop not only the monitoring tool in the clients machines, but also restarting their JVM. Thank you for your help! I can try to send more details in case you find it necessary! Dov |