https://github.com/staskobzar/sip_stacks_examples
Examples of SIP register UA with sofia-sip, pjsip, libeXosip and libre
https://github.com/staskobzar/sip_stacks_examples
c libre pjsip sip sofia-sip
Last synced: about 1 year ago
JSON representation
Examples of SIP register UA with sofia-sip, pjsip, libeXosip and libre
- Host: GitHub
- URL: https://github.com/staskobzar/sip_stacks_examples
- Owner: staskobzar
- Created: 2016-08-19T01:11:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T19:30:31.000Z (over 8 years ago)
- Last Synced: 2025-05-08T01:15:38.111Z (about 1 year ago)
- Topics: c, libre, pjsip, sip, sofia-sip
- Language: C
- Size: 11.7 KB
- Stars: 28
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIP stacks using
Personal research and learning project.
Playing with four OpenSource SIP libraries:
* [PJSIP](http://www.pjsip.org/) For PJSIP there tones of good [examples on PJPROJECT github](https://github.com/pjsip/pjproject/tree/master/pjsip-apps/src/samples)
* [Sofia-SIP](http://sofia-sip.sourceforge.net/)
* [libeXosip2](http://www.antisip.com/doc/exosip2/)
* [libre](http://creytiv.com/re.html)
Simple UA for each library just to register to proxy.
Also provides examples of OPTIONS packet send for sofia-sip, pjsip and libre.