Skip to content
/ tinysip Public
forked from xgenvn/tinysip

A small sip cli app based on simpleua and clidemo example

License

Notifications You must be signed in to change notification settings

mmkbbt/tinysip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

A small sip cli app based on simpleua and clidemo example. So there's 70% identical with the source provided by pjsip.

To compile

  1. Download latest pjsua (2.4 for latest test) and compile

  2. Install qmake (qt4-qmake or qt5-qmake is just fine, since we'll use it along with Qt Creator), and Qt Creator IDE.

    Assume you're on Ubuntu/Debian-based:

    sudo apt-get install qt4-qmake qtcreator

  3. Open Qt Creator and open project file: tinysip.pro

  4. Edit the project file to point to where the pjproject-x.x is located at. [PJSIP_DIR]

  5. Edit the target build name, find it under your pjproject build. [PJSIP_TARGET]

Note on issues

  1. If there's ssl error:

    • Configure the pjproject with --disable-ssl option

      cd pjproject-x.x/

      chmod +x aconfigure configure

      ./configure --disable-ssl

    • Compile pjsip again

      make dep && make

  2. If there's uuid error:

    • Install uuid package

      sudo apt-get install uuid uuid-dev

About

A small sip cli app based on simpleua and clidemo example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.2%
  • QMake 33.3%
  • Prolog 8.5%