84b5e611d2
* add Windows CE support with Visual Studio 2005 (WM5.0,PocketPC 2003/2005, Smartphone) * Update to osip2-3.0.1 * Add SRV record capabilities. * add new OPTIONS: do not send 101, remove pre-route set from message. It is now depending on net/libosip instead of net/libosip2 PR: 105166 Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> Approved by: maintainer, tmclaugh (implicit)
23 lines
833 B
Text
23 lines
833 B
Text
eXosip is a GPL library that extend the capability of the oSIP library.
|
|
It aims to implement a simple high layer API to control the SIP for sessions
|
|
establishments and common extensions. Once completed, this eXtended library
|
|
should provide an API for call management, messaging and presence features.
|
|
|
|
eXosip2 has support for:
|
|
* registrations. (REGISTER)
|
|
* call initiation and modification. (INVITE, re-INVITE)
|
|
* other methods within calls (INFO, OPTIONS, UPDATE)
|
|
* call transfer. (REFER)
|
|
* reliability for provisional response. (PRACK)
|
|
* sip event package. (SUBSCRIBE/NOTIFY)
|
|
* event state publication. (PUBLISH)
|
|
* instant messaging. (MESSAGE)
|
|
|
|
eXosip2 does not contain:
|
|
* RTP.
|
|
* audio interface
|
|
* sdp negotiation.
|
|
|
|
This allow you to write any kind of SIP endpoint/gateway.
|
|
|
|
WWW: http://savannah.gnu.org/projects/exosip
|