Echo SIP server
sudo apt install pkg-config
This happens when the development packages are not installed. From your error message i can tell that libasound-development-package is not installed. Do as following:
sudo apt-get install libasound2-dev
Pay attention that pjsip would still fail to set the default audio device since you have done the make as this package was missing. So you need to build Pjsip once again
at pjsip directory do the following respectively :
./configure
make dep
make clean
make
make install
- Dockerize project
- Get address of SIP proxy from user input
- Get user number from use input