4. Technical Description: oSIP is an implementation of SIP. SIP stands for the Session Initiation Protocol and is described by the rfc3261 (wich deprecates rfc2543). This library aims to provide multimedia and telecom software developers an easy and powerful interface to initiate and control SIP based sessions in their applications. SIP is a open standard replacement from IETF for H323. The GNU oSIP library is written in C and get no dependencies except the standard C library. oSIP is thread safe and will generally be used in a multi-threaded application. Nevertheless, this is optional. oSIP is little in size and code and thus could be use to implement IP soft-phone as well as embedded SIP software. oSIP is not limited to endpoint agents, and can also be used to implement "SIP proxy". oSIP does not intend to provide a high layer API for controlling "SIP Session" at this step. Instead, it currently provides an API for the SIP message parser, SDP message parser, and library to handle "SIP transactions" as defined by the SIP document. oSIP 2-3.3.0 will be delivered as SUNWlibosip2 via the SFW consolidation. A minor release binding is requested. 5. Interfaces Exported interface Classification Interface type ============================= ============== ============== SUNWlibosip2 Uncommitted Package name /usr/include/osip2/ Uncommitted Header files /usr/include/osipparser2/ Uncommitted Header files /usr/lib/ /usr/lib/{amd64 | sparcv9}/ libosip2.so.4.2.0 Uncommitted libosip2 library libosipparser2.so.4.2.0 Uncommitted libosipparser2 library /usr/lib/ /usr/lib/{amd64 | sparcv9}/ libosip2.so Uncommitted sym link libosip2.so.4 Uncommitted sym link libosipparser2.so Uncommitted sym link libosipparser2.so.4 Uncommitted sym link /usr/lib/pkgconfig/libosip2.pc Uncommitted pkg config file Imported interface Classification Interface type ============================= ============== ============== SUNWlibmsr Committed Math Libraries (Root) Appendix A - References [1] http://http://www.gnu.org/software/osip/ OSR ID# 10948 RFE ID# 6826484