1eXosip2_readme(3) libeXosip2 eXosip2_readme(3)
2
3
4
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 Contact information:
73 --------------------
74
75 For more information on eXosip, any contributions, or any remarks,
76 you can contact me at <jack@atosc.org>.
77
78 Use the *osip* mailing list for question about eXosip.
79 <osip@atosc.org>.
80
81 Subscribe by writing to:
82 <osip-request@atosc.org> with a subject set to "subscribe".
83
84Version 3.1.0 26 Jul 2009 eXosip2_readme(3)