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