Re: [Asterisk-java-users] Access the queuelog
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-10-27 16:37:43
|
Hi, > is there a different way to access/collect queuelog information other =20 > than reading out the text file? > Is possible to gather the same info via Manager API? yes this is possible > If so, how could this be done? have a look at the Asterisk-Java tutorial at http://www.asteriskjava.org/0.2-rc1/docs/tutorial.html There is an example that illustrates how to receive events via the Manager API. You find a documentation of all events that Asterisk exposes via the Manager API and esp. the Queue related events at http://www.asteriskjava.org/0.2-rc1/docs/apidocs/net/sf/asterisk/manager/ev= ent/package-summary.html Hope that helps you get started. =3DStefan |