Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 875 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 875 Bytes

ESS

Echo SIP server

Required

Install pkg-config

sudo apt install pkg-config 

libasound-development-package

link

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

TODO

  • Dockerize project
  • Get address of SIP proxy from user input
  • Get user number from use input