Re: [Asterisk-java-users] Listen events automatically
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2006-08-24 18:36:47
|
Juan Carlos Castellon wrote: > Here is my throuble, i need to listen all the Asterisk events. I > thought to use manager for this. I'm using Tomcat to host the > Asterisk-java framework and i need to start to listen the events once > the Tomcat server had been started. And do not wait for an invocation. implement ServletContextListener and register it in web.xml with the <listener-class> element - or use the Spring Framework. =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: sr...@re... Jabber: sr...@ja... |