[Asterisk-java-users] How to know if the manager connection is broken?
Brought to you by:
srt
From: E. M. <mar...@gm...> - 2008-05-16 09:39:44
|
Hi, Asterisk sometimes crashes and restarts automatically, so the manager connection is broken and reconnected again automatically. Is there a way to know when this happens? My problem is that I have some call objects in a Map and since all calls are dropped, I need to 'simulate' a hangup of these calls.. Perviously I was using a 'core show channels concise' command every 5 seconds, but asterisk sometimes hangs with this command. |