Re: [Asterisk-java-users] My first FastAGI script : document "welcome"file content and location
Brought to you by:
srt
From: Maciek T. <mlo...@gm...> - 2008-06-03 09:27:20
|
Hi "welcome" is a sound file (about sounds in asterisk see http://www.voip-info.org/wiki-Asterisk+sound+files) it should be located in /var/lib/asterisk/sounds directory. You can produce it simply recording yourself and converting file into proper format or you can use some example sounds files that already should be in /var/lib/asterisk/sounds Reagrds, Maciek _____ From: ast...@li... [mailto:ast...@li...] On Behalf Of Olivier Sent: Tuesday, June 03, 2008 11:19 AM To: ast...@li... Subject: [Asterisk-java-users] My first FastAGI script : document "welcome"file content and location Hi, I carefully followed instructions here http://asterisk-java.org/0.3.1/tutorial.html when writing my very first FastAGI script. I couldn't find anything on this "welcome" file which is streamed to calling party in HelloAgiScript example : streamFile("welcome"); 1. Is "welcome" a file ? 2. Where should it be located ? 3. How can you produce it ? Anyway, congrats for writing such detailed instructions. Regards |