[Asterisk-java-users] Multihost events monitoring
Brought to you by:
srt
From: Maciek T. <mlo...@gm...> - 2008-04-10 15:27:14
|
Hi all, I want to develop application that will monitor cluster of Asterisk hosts. I'm wondering if asterisk-java is able to handle events form many boxes. My first idea was one main class implementing EventListner and several manager connections with main class as event listener. But problem comes up when main class have to find out origin of event (eg. Hostname or IP address). There is no property such "Source" in events classes. Next attempt may be multithread application with some common synchronized resources. Any more ideas?? Regards, Maciek |