[Asterisk-Users] Asterisk Native Sounds - in case you missed it...

Tzafrir Cohen tzafrir at cohens.org.il
Wed Mar 15 01:30:09 MST 2006


On Tue, Mar 14, 2006 at 11:26:14PM -0800, Ira wrote:
> At 08:51 PM 03/14/2006, you wrote:
> >        In my humble opinion, EVERYONE (unless you have your own in 
> >a different voice/language) that uses Asterisk should be using 
> >these prompts.  How about a direct link this time:
> 
> For what it's worth, the hardest problem I had was not being able to 
> directly FTP them from my Asterisk box. I'm a Linux newbie and had no 
> idea how to do that.  


FTP *to a linux box*? 

/me is shocked!

You have ssh access, right? Use scp/sftp. Try http://winscp.sf.net/ . If
you don't one to carry one around or install on your system(s), put one
statically-linked copy on your file/web server and download/run it.

> I downloaded them to my Windows box, set up 
> vsftpd and uploaded them using a GUI FTP client in Windows and only 
> then could I use them.

wget http://server.name/path/to/file
wget ftp://server.name/path/to/file

In fact, what I normally do is copy a link from my browser to the
command line in the terminal window and download it with wget. Saves me
an extra file copy around the net.

So for those who need exact commands, here's a two-liner:

wget http://mirror.astlinux.org/sounds/asterisk-native-sounds-20060209-01-sln.tar.bz2
tar xjf asterisk-native-sounds-20060209-01-sln.tar.bz2 -C /var/lib/asterisk




More information about the asterisk-users mailing list