...
Code Block |
---|
#sudo apt-get -y install build-essential subversion automake autoconf wget libtool libtool-bin libncurse5libncurses5-dev libssl-dev libsndfile1-dev #sudo apt-get install git libcurl4-openssl-dev libexpat1-dev libssl-dev libtiff5-dev libx11-dev unixodbc-dev python-dev zlib1g-dev libzrtpcpp-dev libasound2-dev libogg-dev libvorbis-dev libperl-dev libgdbm-dev libdb-dev python-dev uuid-dev bison autoconf g++ libncurses-dev |
...
Run the following commands one by one to install Sofia Sip:
Code Block |
---|
cd /usr/src/sofia-sip |
...
#./bootstrap.sh
#./configure
#sudo make && sudo make install |
Run the following commands one by one to install Spandsp:
Code Block |
---|
#cd /usr/src/spandsp #git reset --hard 67d2455efe02e7ff0d897f3fd5636fed4d54549e #./bootstrap.sh #./configure #make#sudo make && sudo make install |
Go to the signal wire website and login and then make a token.. If you already have a token please proceed.
...