Here’s my build instructions for compiling and running Yate on Ubuntu 20.04 from source:
apt-get update
apt-get install wget make gcc autoconf subversion libsctp-dev libsctp1 g++ -y
cd /usr/src
svn checkout http://voip.null.ro/svn/yate/trunk yate
cd yate
vi /etc/modprobe.preload
Enable SCTP by adding “sctp” into the file and saving, then we can get on with compilation:
modprobe sctp sysctl -p ./autogen.sh ./configure --enable-sctp=yes make make install-noapi ldconfig yate -V
And done, Yate installed with SCTP support, for all your SIGTRAN needs!
Soon we’ll be using this in our series investigating SS7 networks…
How you solve the issue with qt4client.h:59:10: fatal error: QSound: Dont exist file
Had the same problem.
Followed the instructions on:
https://gist.github.com/MayamaTakeshi/64c2893dfbddb8729fcbe70b9a0b2e74
And added sudo add-apt-repository ppa:rock-core/qt4
This worked