osip.sgml
4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY dhfirstname "<firstname>Aymeric</firstname>">
<!ENTITY dhsurname "<surname>MOIZARD</surname>">
<!ENTITY dhdate "<date>Jan 15, 2016</date>">
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
<!ENTITY dhemail "<email>amoizard at antisip.com</email>">
<!ENTITY dhusername "Aymeric Moizard">
<!ENTITY dhucpackage "<refentrytitle>libosip</refentrytitle>">
<!ENTITY dhpackage "libosip2">
<!ENTITY debian "<productname>Debian</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">
]>
<refentry>
<refentryinfo>
<address>
&dhemail;
</address>
<author>
&dhfirstname;
&dhsurname;
</author>
<copyright>
<year>2001-2020</year>
<holder>&dhusername;</holder>
</copyright>
&dhdate;
</refentryinfo>
<refmeta>
&dhucpackage;
&dhsection;
</refmeta>
<refnamediv>
<refname>&dhpackage;</refname>
<refpurpose>The GNU oSIP library is a low layer SIP implementation.
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_const.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_md5.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_list.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_uri.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_message.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_port.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/sdp_message.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_headers.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_body.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_rfc3264.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osipparser2/osip_parser.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>-losipparser2</command>
<arg><option>The uri, SIP and SDP parsers</option></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osip2/osip.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osip2/osip_fifo.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osip2/osip_dialog.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osip2/osip_mt.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osip2/osip_condv.h></command>
</cmdsynopsis>
<cmdsynopsis>
<command>#include <include/osip2/osip_negotiation.h> //OBSOLETE</command>
</cmdsynopsis>
<cmdsynopsis>
<command>-losip2</command>
<arg><option>The SIP transaction and the dialog API</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>This manual page documents briefly the
<command>&dhpackage;</command> library.</para>
</refsect1>
<refsect1>
<title>API and Reference Documentation</title>
<para>API reference & Doxygen documentation is available for
osip at http://www.gnu.org/software/osip/</para>
</refsect1>
<refsect1>
<title>osip general overview.</title>
<para>The file help/man/osip.html in the source distribution
should give you a nice amount of informations about the
osip stack.</para>
</refsect1>
<refsect1>
<title>Free software projects -send me your project name-</title>
<para>antisip, linphone, bayonne</para>
</refsect1>
<refsect1>
<title>BUGS</title>
<para>Please use the mailing list osip-dev@gnu.org</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>This manual page was written by &dhusername; &dhemail;.</para>
</refsect1>
</refentry>