[Asterisk-Users] recording files for menues
Shoval Tom
shoval at softov.co.il
Sun Nov 2 12:19:42 MST 2003
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: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Olle E.
Johansson
Sent: Sunday, November 02, 2003 9:36 PM
To: asterisk-users at lists.digium.com
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
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list