Skip to content

zxdong262/pjsip-rc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pjsip-rc-demo

A demo c++ app shows how to use pjsip to connect to RingCentral server and make/take phone calls.

Based on Tyler's article: PJSIP and RingCentral — Part 1: Get Started

Run

# only tested in ubuntu 18.04
git clone [email protected]:zxdong262/pjsip-rc-demo.git
cd pjsip-rc-demo

# create config file and fill all fields
cp config.sample.hpp config.hpp

# compile to exe file
make

# run
# this will show logs only
./main

Todos

Add more process.

About

pjsip RingCentral c++ demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published