Skip to content

sorooshm78/ESS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published