[Asterisk-java-users] Streaming and recording remote files through AGI?
Brought to you by:
srt
From: David R. <da...@re...> - 2006-10-16 17:53:36
|
Hi, I have a very basic dial-in and dial-out application working with Asterisk-Java using both the Manager API for originating calls and FastAGI for controlling the calls. If I upload my wave files to the asterisk server, everything works great. However, I would like to be able to record calls and store them on my Java app server, which is probably going to be on another machine. Imagine an answering machine that'll allow you to download your messages through a web interface. It's more than that (I know you can do that without Asterisk-Java), but let's keep it simple. So, I'd like to be able to transfer the recorded files from the Asterisk server to my Java server. Is there any built-in way to do this, or do I need to include a web server or FTP server on the Asterisk server? Thanks a lot! -Dave |