2006-06-11 11:30:31 +02:00
|
|
|
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
|
2006-12-10 20:36:50 +01:00
|
|
|
establishments and common extensions. Once completed, this eXtended library
|
2006-06-11 11:30:31 +02:00
|
|
|
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)
|
2006-12-10 20:36:50 +01:00
|
|
|
* reliability for provisional response. (PRACK)
|
2006-06-11 11:30:31 +02:00
|
|
|
* 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
|