6e7474e4 |
.\" $Id$
|
21a7a17c |
.TH ser 8 15.07.2002 ser "Sip Express Router"
|
6e7474e4 |
.\" Process with
|
21a7a17c |
.\" groff -man -Tascii ser.8
|
6e7474e4 |
.\"
.SH NAME
|
6453b431 |
ser \- very fast and configurable sip proxy
|
6e7474e4 |
.SH SYNOPSIS
.B ser
[
|
5dcfb23d |
.B \-hcrRvdDEVT
|
6e7474e4 |
] [
.BI \-f " config\-file"
] [
.BI \-l " address"
] [
.BI \-n " processes\-no"
] [
|
5dcfb23d |
.BI \-N " tcp processes\-no"
] [
|
6e7474e4 |
.BI \-b " max_rcv_buf_size"
] [
.BI \-m " shared_mem_size"
] [
.BI \-w " working\-dir"
] [
.BI \-t " chroot\-dir"
] [
.BI \-u " uid"
] [
.BI \-g " gid"
] [
.BI \-P " pid\-file"
|
97f17e60 |
] [
.BI \-i " fifo\-path"
|
245b8b93 |
] [
.BI \-x " socket\-path"
|
6e7474e4 |
]
.SH DESCRIPTION
.B ser
or
.BR Sip
.BR Express
.BR Router
is a very fast and configurable SIP proxy.
.SH OPTIONS
.TP 12
.B \-h
Displays a short usage description, including all available options.
.TP
.BI \-c
|
dda578ba |
Checks the config file and displays the aliases and listen interface list.
|
6e7474e4 |
.TP
.BI \-r
Uses dns to check if it is necessary to add a "received=" field to a via.
.TP
.BI \-R
Same as
.B \-r
but uses reverse dns.
.TP
.BI \-v
Turns on via host checking when forwarding replies.
.TP
.BI \-d
Turns on debugging, multiple
.B -d
increase the debug level.
.TP
.BI \-D
Runs ser in the foreground (it doesn't fork into daemon mode).
.TP
.BI \-E
Sends all the log messages to stderr.
.TP
|
5dcfb23d |
.BI \-T
Disables TCP support.
.TP
|
6e7474e4 |
.BI \-V
Displays the version number.
.TP
.BI \-f " config\-file"
Reads the configuration from
.B " config\-file"
(default
|
c3e5dd3e |
.I /etc/ser/ser.cfg
|
6e7474e4 |
).
.TP
.BI \-l " address"
|
245b8b93 |
Listens on the specified address/interface. Multiple
|
6e7474e4 |
.B \-l
|
245b8b93 |
mean listening on multiple addresses. The address format is
[proto:]address[:port], where proto = udp|tcp and
address = host|ip_address|interface_name. Example: -l localhost,
-l udp:127.0.0.1:5080, -l eth0:5062.
The default behaviour is to listen on all the ipv4 interfaces.
|
6e7474e4 |
.TP
.BI \-n " processes\-no"
Specifies the number of children processes forked per interface (default 8).
.TP
|
5dcfb23d |
.BI \-N " tcp processes\-no"
Specifies the number of children processes forked to handle tcp incoming connections (by default is equal to
.BI \-n
).
.TP
|
6e7474e4 |
.BI \-b " max_rcv_buf_size"
Maximum receive buffer size which will not be exceeded by the auto-probing procedure even if the OS allows.
.TP
.BI \-m " shared_mem_size"
Size of the shared memory which will be allocated (in Megabytes).
.TP
.BI \-w " working\-dir"
Specifies the working directory. In the very improbable event that
.B ser
will crash, the core file will be generated here.
.TP
.BI \-t " chroot\-dir"
Forces
.B ser
to chroot after reading the config file.
.TP
.BI \-u " uid"
Changes the user id under which
.B ser
runs.
.TP
.BI \-g " gid"
Changes the group id under which
.B ser
runs.
.TP
.BI \-P " pid\-file"
Creates a file containing the pid of the main
.B ser
process.
|
97f17e60 |
.TP
.BI \-i " fifo\-path"
Creates a fifo, usefull for monitoring
.B ser
status.
|
245b8b93 |
.TP
.BI \-x " socket\-path"
Creates a unix socket, usefull for monitoring
.B ser
status ( same as
.BI \-i " fifo\-path"
but using instead unix sockets).
|
6e7474e4 |
.SH FILES
.PD 0
.B /usr/sbin/ser
.br
.B /etc/ser/ser.cfg
.br
.B /usr/lib/ser/modules/*
.PD
.SH AUTHORS
|
c3e5dd3e |
see
.B /usr/share/doc/ser/AUTHORS
|
6e7474e4 |
.SH SEE ALSO
|
21a7a17c |
.BR ser.cfg(5)
|
6e7474e4 |
.PP
|
e58f2128 |
Full documentation on ser, including configuration guidelines, FAQs and
licensing conditions, is available at
|
d48f0d9b |
.I http://www.iptel.org/ser/.
|
6e7474e4 |
.PP
|
d48f0d9b |
For reporting bugs see
.I
http://www.iptel.org/ser/bugs/.
.PP
Mailing lists:
.nf
serusers@iptel.org - ser user community
.nf
serdev@iptel.org - ser development, new features and unstable version
|