Support Services - How to Obtain and Install Spandsp

Download and extract the spandsp source code as follows:

$ mkdir ~/src/asterisk-complete/thirdparty
$ cd ~/src/asterisk-complete/thirdparty
$ wget http://soft-switch.org/downloads/spandsp/spandsp-0.0.6pre21.tgz
$ tar zxvf spandsp-0.0.6pre21.tgz
$ cd spandsp-0.0.6

The spandsp software should compile and install with the following commands:

$ ./configure
$ make
$ make install

This will install the library in the /usr/local/lib/ folder. 

Related content