Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script

...

Let's say we want to install a 16KHz French sounds pack recorded by June Wallack, on VoipNow 3.5. For that we need to download the proper archive.

Shell
mkdir /root/french
cd french
wget http://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-fr-sln16-current.tar.gz
wget http://downloads.asterisk.org/pub/telephony/sounds/asterisk-extra-sounds-fr-sln16-current.tar.gz
Extract sounds from both archives and arrange those sounds in the correct format for a sound pack. Basically, all the sounds that are not part of a folder must go to a fr folder that you need to create.
Shell
mkdir fr
mv *.sln16 fr
On the other folders, except the new fr folder, there must be a fr folder with all the sounds from that folder. Basically, every other folder must include a fr sub-folder containing all the sounds. For instance, all the sounds from the dictate folder must go under the fr folder that must be created under dictate. In the end, the directory structure must be the following:

In all the folders, except the newly created fr,  there must be a fr sub-folder where all the sounds must go. For instance, all the sounds from the dictate folder must go in the fr sub-folder that must be created under dictate. At the end, the directory structure must have the following structure:

Code Block
├── dictate
│   └── fr
├── digits
│   └── fr
├── followme
│   └── fr
├── fr
├── ha
│   └── fr
├── letters
│   └── fr
├── phonetic
│   └── fr
├── silence
│   └── fr
└── wx
    └── fr

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.