Re: [Asterisk-java-devel] les AGI et Asterisk-java?
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-08-18 20:03:50
|
Hi, first the language on the Asterisk-Java lists is usually english and my knowledge of french is rather limited :) second please use the asterisk-java-user mailing list for questions about usage of Asterisk-Java. The asterisk-java-devel is for development of Asterisk-Java. As far as I understood your questions you are looking for a way to handle Asterisk configuration from your application. That is generally not a use case for Asterisk-Java. Asterisk-Java supports runtime management of Asterisk like originating calls and redirecting calls and getting state information from Asterisk like what are the current active channels, what agents are logged in to which queues, etc. Via FastAGI Asterisk-Java also supports IVR like applications with voice prompts and menus. If you intend to do configuration via an external application look at Asterisk realtime and write a frontend application that manages the realtime database. =3DStefan |