An open API service indexing awesome lists of open source software.

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

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.