Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 301 Bytes

VoIP notifications over Telegram

This app requires the pjsip library.

  • cd /tmp
  • svn checkout http://svn.pjsip.org/repos/pjproject/trunk/
  • cd trunk/
  • ./configure CFLAGS='-fPIC'
  • make dep
  • make
  • sudo make install
  • cd pjsip-apps/src/python/
  • sudo python setup.py install