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      : amoizard@antisip.com
10       License    : GPL OR Commercial -same version-
11       Home Page  : http://savannah.gnu.org/projects/exosip
12       Company    : Antisip at http://www.antisip.com
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 SIP (rfc3261) for sessions establishements
17       and common extensions.
18
19       This eXtended library should  provide  an API for call management,
20       messaging, presence features and everything you need with SIP.
21
22       It's flexible, interoperable, stable and portable!
23
24       Other license:
25       --------------
26
27       src/inet_ntop.c:
28       /* Copyright (c) 1996 by Internet Software Consortium.
29        *
30        * Permission to use, copy, modify, and distribute this software for any
31        * purpose with or without fee is hereby granted, provided that the above
32        * copyright notice and this permission notice appear in all copies.
33        *
34        * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
35        * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
36        * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
37        * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
38        * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
39        * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
40        * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
41        * SOFTWARE.
42        */
43
44       Features:
45       --------
46
47       eXosip2 has support for:
48        * registrations. (REGISTER)
49        * call initiation and modification. (INVITE, re-INVITE)
50        * other methods within calls (INFO, OPTIONS, UPDATE)
51        * call transfer. (REFER)
52        * reliability for provisionnal response. (PRACK)
53        * sip event package. (SUBSCRIBE/NOTIFY)
54        * event state publication. (PUBLISH)
55        * instant messaging. (MESSAGE)
56        * ...
57
58       eXosip2 does not contain:
59        * RTP.
60        * audio interface
61        * sdp negotiation.
62        * ...
63                 This allow you to write any kind of SIP endpoint/gateway.
64
65       Installation procedure:
66       -----------------------
67
68       The program is known to run on linux, ios, android, windows, unix, macosx,
69       windows mobile... might work on any system with libc!
70
71       You should install c-ares before for much better DNS management!
72          http://c-ares.haxx.se
73
74          $> ./configure
75          $> make
76          $> sudo make install
77
78       Contact information:
79       --------------------
80
81       For more information on eXosip, any contributions, or any remarks,
82       you can contact me at <amoizard@antisip.com>.
83
84       Use the *osip* mailing list for question about eXosip.
85         <osip-dev@gnu.org>.
86
87       Subscribe by writing to:
88         <osip-dev-request@gnu.org> with a subject set to "subscribe".
89
90
91Version 5.3.0                   Thu May 18 2023              eXosip2_readme(3)
Impressum