-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathregistrationAgent.8
41 lines (33 loc) · 1.2 KB
/
registrationAgent.8
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
.TH registrationAgent 8 "April 2012"
.SH NAME
registrationAgent \- registrationAgent SIP registration client
.SH SYNOPSIS
.B
registrationAgent [OPTIONS...]
.SH DESCRIPTION
.B registrationAgent
is a process that can maintain one or more SIP registrations,
typically sending a Contact header to the registrar telling it to send incoming
calls to a local SIP proxy or other gateway device that is unable to send
a registration request itself.
.SH OPTIONS
.TP
\fB\-l\fR, \fB\-\-log\-type\fR=\fBcout\fR|\fBsyslog\fR|\fBcerr\fR
Set where to send logging messages. The default \fBcout\fR sends the
messages to standard output, \fBcerr\fR uses the standard error pipe.
With \fBsyslog\fR the messages are send to the system log using the logging
facility \fBlocal6\fR. See
.BR syslogd (8)
or
.BR syslog.conf (5)
for more information.
.TP
\fB\-v\fR, \fB\-\-log\-level\fR=\fBSTACK\fR|\fBDEBUG\fR|\fBINFO\fR|\fBWARNING\fR|\fBALERT\fR
Set the minimum level a logging message needs to have in order to by
written. The severity rises from left to right in the above order. The
default is to log messages with level \fBINFO\fR or above.
.SH SEE ALSO
reSIProcate web site at
.B https://www.resiprocate.org
.\".SH AUTHORS
.\".SH BUGS