1eXosip2_readme(3)                 libeXosip2                 eXosip2_readme(3)
2
3
4

NAME

6       eXosip2_readme - README
7
8       Project    : eXosip2 - the eXtended osip Library.
9       Email      : jack@atosc.org
10       License    : GPL
11       Home Page  : http://savannah.gnu.org/projects/exosip
12
13       eXosip is a GPL library that  extend  the  capability  of
14       the oSIP library. It aims  to  implement  a  simple  high
15       layer API to control the SIP for sessions establishements
16       and common extensions.
17
18       Once completed, this eXtended library should  provide  an
19       API for call management, messaging and presence features.
20
21       Other license:
22       --------------
23
24       src/inet_ntop.c:
25       /* Copyright (c) 1996 by Internet Software Consortium.
26        *
27        * Permission to use, copy, modify, and distribute this software for any
28        * purpose with or without fee is hereby granted, provided that the above
29        * copyright notice and this permission notice appear in all copies.
30        *
31        * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
32        * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
33        * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
34        * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
35        * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
36        * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
37        * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
38        * SOFTWARE.
39        */
40
41       Features:
42       --------
43
44       eXosip2 has support for:
45        * registrations. (REGISTER)
46        * call initiation and modification. (INVITE, re-INVITE)
47        * other methods within calls (INFO, OPTIONS, UPDATE)
48        * call transfer. (REFER)
49        * reliability for provisionnal response. (PRACK)
50        * sip event package. (SUBSCRIBE/NOTIFY)
51        * event state publication. (PUBLISH)
52        * instant messaging. (MESSAGE)
53        * ...
54
55       eXosip2 does not contain:
56        * RTP.
57        * audio interface
58        * sdp negotiation.
59        * ...
60                 This allow you to write any kind of SIP endpoint/gateway.
61
62       Installation procedure:
63       -----------------------
64
65       The program is known to run on linux, but might work
66       on any unix and windows systems.
67
68          $> ./configure
69          $> make
70          $> su -c 'make install'
71
72       YOU NEED ORTP or the UCL Common RTP library to compile
73       the test program (josua).
74
75       DISABLE JOSUA:
76          $> ./configure --disable-josua
77          $> make
78
79       ENABLE JOSUA with ucl:
80          $> ./configure --enable-ucl
81          $> make
82
83       ENABLE JOSUA with ortp:
84          $> ./configure --enable-ortp
85          $> make
86
87       Contact information:
88       --------------------
89
90       For more information on eXosip, any contributions, or any remarks,
91       you can contact me at <jack@atosc.org>.
92
93       Use the *osip* mailing list for question about eXosip.
94         <osip@atosc.org>.
95
96       Subscribe by writing to:
97         <osip-request@atosc.org> with a subject set to "subscribe".
98
99Version 3.0.1                     30 Aug 2007                eXosip2_readme(3)
Impressum