1LIBOSIP(SECTION) LIBOSIP(SECTION)
2
3
4
6 libosip — The GNU oSIP library is a low layer SIP implementation.
7
8
10 #include <smsg.h>
11
12 #include <url.h>
13
14 #include <sdp.h>
15
16 -losip [The url, SIP and SDP parsers]
17
18 #include <osip.h>
19
20 -lfsmtl [The SIP transaction manager, the dialog manager]
21
23 This manual page documents briefly the libosip library.
24
25 API reference & FAQ can be found at http://www.fsf.org/software/osip/
26
28 This manual page was written by Aymeric Moizard jack@atosc.org for the
29 Debian system (but may be used by others). Permission is granted to
30 copy, distribute and/or modify this document under the terms of the GNU
31 Free Documentation License, Version 1.1 or any later version published
32 by the Free Software Foundation; with no Invariant Sections, no Front-
33 Cover Texts and no Back-Cover Texts.
34
35
36
37 LIBOSIP(SECTION)