Olle, I can't reach the faq page, and haven't been able to for the last four days. I'm getting 504 gateway timeout errors.
Any ideas? Btw, the first answer I got worked, I mistook ` for ' (newbie error, I know...) To be more specific for you newbies out there Create a file containing: ----copy below this line #!/bin/sh for i in *.wav; do sox $i `basename $i .wav`.gsm;done ----up to this line save it in your path, or in the directory containing the files you want to convert do a chmod +x filename (where filename is the name of your saved file) now you can run it while in the directory and it'll convert all *.wav files for you. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olle E. Johansson Sent: Sunday, November 02, 2003 9:36 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] recording files for menues Shoval Tom wrote: > Either it's not working, or I don't know what I'm doing. It's giving me the > error "sox: effect '.gsm' is no known! > > Let's say I need to convert file 1.wav to 1.gsm. > How do I apply this command to it? > FAQ. See http://www.voip-info.org/tiki-index.php?page=Asterisk+FAQ (I've just added information on sound files. Thank you for the hint! :-) /Olle _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
