1libosip(SECTION) libosip(SECTION)
2
3
4
6 libosip2 — The GNU oSIP library is a low layer SIP implementation.
7
8
10 #include <include/osipparser2/osip_const.h>
11
12 #include <include/osipparser2/osip_md5.h>
13
14 #include <include/osipparser2/osip_list.h>
15
16 #include <include/osipparser2/osip_uri.h>
17
18 #include <include/osipparser2/osip_message.h>
19
20 #include <include/osipparser2/osip_port.h>
21
22 #include <include/osipparser2/sdp_message.h>
23
24 #include <include/osipparser2/osip_headers.h>
25
26 #include <include/osipparser2/osip_body.h>
27
28 #include <include/osipparser2/osip_rfc3264.h>
29
30 #include <include/osipparser2/osip_parser.h>
31
32 -losipparser2 [The uri, SIP and SDP parsers]
33
34 #include <include/osip2/osip.h>
35
36 #include <include/osip2/osip_fifo.h>
37
38 #include <include/osip2/osip_dialog.h>
39
40 #include <include/osip2/osip_mt.h>
41
42 #include <include/osip2/osip_condv.h>
43
44 #include <include/osip2/osip_negotiation.h> //OBSOLETE
45
46 -losip2 [The SIP transaction and the dialog API]
47
49 This manual page documents briefly the libosip2 library.
50
52 API reference & Doxygen documentation is available for osip at
53 http://www.gnu.org/software/osip/
54
56 The file help/man/osip.html in the source distribution should give you
57 a nice amount of informations about the osip stack.
58
60 antisip, linphone, bayonne
61
63 Please use the mailing list osip@atosc.org
64
66 This manual page was written by Aymeric Moizard jack at atosc.org.
67
68
69
70 libosip(SECTION)