Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd /usr/src/sofia-sip
#./bootstrap.sh
#./configure
#make#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.

...