* Renamed ser.8 to sip-router.8.
* Small edits in sip-router.8.
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,170 +0,0 @@ |
1 |
-.\" $Id$ |
|
2 |
-.TH sip-router 8 15.07.2002 sip-router "Sip Express Router" |
|
3 |
-.\" Process with |
|
4 |
-.\" groff -man -Tascii sip-router.8 |
|
5 |
-.\" |
|
6 |
-.SH NAME |
|
7 |
-sip-router \- very fast and configurable sip proxy |
|
8 |
-.SH SYNOPSIS |
|
9 |
-.B sip-router |
|
10 |
-[ |
|
11 |
-.B \-hcrRvdDEVT |
|
12 |
-] [ |
|
13 |
-.BI \-f " config\-file" |
|
14 |
-] [ |
|
15 |
-.BI \-l " address" |
|
16 |
-] [ |
|
17 |
-.BI \-n " processes\-no" |
|
18 |
-] [ |
|
19 |
-.BI \-N " tcp processes\-no" |
|
20 |
-] [ |
|
21 |
-.BI \-b " max_rcv_buf_size" |
|
22 |
-] [ |
|
23 |
-.BI \-m " shared_mem_size" |
|
24 |
-] [ |
|
25 |
-.BI \-w " working\-dir" |
|
26 |
-] [ |
|
27 |
-.BI \-t " chroot\-dir" |
|
28 |
-] [ |
|
29 |
-.BI \-u " uid" |
|
30 |
-] [ |
|
31 |
-.BI \-g " gid" |
|
32 |
-] [ |
|
33 |
-.BI \-P " pid\-file" |
|
34 |
-] [ |
|
35 |
-.BI \-L " modules-dir" |
|
36 |
-] |
|
37 |
- |
|
38 |
-.SH DESCRIPTION |
|
39 |
-.B sip-router |
|
40 |
-or |
|
41 |
-.BR Sip |
|
42 |
-.BR Express |
|
43 |
-.BR Router |
|
44 |
-is a very fast and configurable SIP proxy. |
|
45 |
- |
|
46 |
-.SH OPTIONS |
|
47 |
-.TP 12 |
|
48 |
-.B \-h |
|
49 |
-Displays a short usage description, including all available options. |
|
50 |
-.TP |
|
51 |
-.BI \-c |
|
52 |
-Checks the config file and displays the aliases and listen interface list. |
|
53 |
-.TP |
|
54 |
-.BI \-r |
|
55 |
-Uses dns to check if it is necessary to add a "received=" field to a via. |
|
56 |
-.TP |
|
57 |
-.BI \-R |
|
58 |
-Same as |
|
59 |
-.B \-r |
|
60 |
-but uses reverse dns. |
|
61 |
-.TP |
|
62 |
-.BI \-v |
|
63 |
-Turns on via host checking when forwarding replies. |
|
64 |
-.TP |
|
65 |
-.BI \-d |
|
66 |
-Turns on debugging, multiple |
|
67 |
-.B -d |
|
68 |
-increase the debug level. |
|
69 |
-.TP |
|
70 |
-.BI \-D |
|
71 |
-Runs sip-router in the foreground (it doesn't fork into daemon mode). |
|
72 |
-.TP |
|
73 |
-.BI \-E |
|
74 |
-Sends all the log messages to stderr. |
|
75 |
-.TP |
|
76 |
-.BI \-T |
|
77 |
-Disables TCP support. |
|
78 |
-.TP |
|
79 |
-.BI \-V |
|
80 |
-Displays the version number. |
|
81 |
-.TP |
|
82 |
-.BI \-f " config\-file" |
|
83 |
-Reads the configuration from |
|
84 |
-.B " config\-file" |
|
85 |
-(default |
|
86 |
-.I /etc/sip-router/sip-router.cfg |
|
87 |
-). |
|
88 |
-.TP |
|
89 |
-.BI \-l " address" |
|
90 |
-Listens on the specified address/interface. Multiple |
|
91 |
-.B \-l |
|
92 |
-mean listening on multiple addresses. The address format is |
|
93 |
-[proto:]address[:port], where proto = udp|tcp and |
|
94 |
-address = host|ip_address|interface_name. Example: -l localhost, |
|
95 |
--l udp:127.0.0.1:5080, -l eth0:5062. |
|
96 |
-The default behaviour is to listen on all the ipv4 interfaces. |
|
97 |
-.TP |
|
98 |
-.BI \-n " processes\-no" |
|
99 |
-Specifies the number of children processes forked per interface (default 8). |
|
100 |
-.TP |
|
101 |
-.BI \-N " tcp processes\-no" |
|
102 |
-Specifies the number of children processes forked to handle tcp incoming connections (by default is equal to |
|
103 |
-.BI \-n |
|
104 |
-). |
|
105 |
-.TP |
|
106 |
-.BI \-b " max_rcv_buf_size" |
|
107 |
-Maximum receive buffer size which will not be exceeded by the auto-probing procedure even if the OS allows. |
|
108 |
-.TP |
|
109 |
-.BI \-m " shared_mem_size" |
|
110 |
-Size of the shared memory which will be allocated (in Megabytes). |
|
111 |
-.TP |
|
112 |
-.BI \-w " working\-dir" |
|
113 |
-Specifies the working directory. In the very improbable event that |
|
114 |
-.B sip-router |
|
115 |
-will crash, the core file will be generated here. |
|
116 |
-.TP |
|
117 |
-.BI \-t " chroot\-dir" |
|
118 |
-Forces |
|
119 |
-.B sip-router |
|
120 |
-to chroot after reading the config file. |
|
121 |
-.TP |
|
122 |
-.BI \-u " uid" |
|
123 |
-Changes the user id under which |
|
124 |
-.B sip-router |
|
125 |
-runs. |
|
126 |
-.TP |
|
127 |
-.BI \-g " gid" |
|
128 |
-Changes the group id under which |
|
129 |
-.B sip-router |
|
130 |
-runs. |
|
131 |
-.TP |
|
132 |
-.BI \-P " pid\-file" |
|
133 |
-Creates a file containing the pid of the main |
|
134 |
-.B sip-router |
|
135 |
-process. |
|
136 |
-.TP |
|
137 |
-.BI \-L " modules\-dir" |
|
138 |
-Specifies the directory where to look for |
|
139 |
-.B sip-router |
|
140 |
-modules (default: /usr/lib/sip-router/modules) |
|
141 |
- |
|
142 |
-.SH FILES |
|
143 |
-.PD 0 |
|
144 |
-.B /usr/sbin/sip-router |
|
145 |
-.br |
|
146 |
-.B /etc/sip-router/sip-router.cfg |
|
147 |
-.br |
|
148 |
-.B /usr/lib/sip-router/modules/* |
|
149 |
-.PD |
|
150 |
-.SH AUTHORS |
|
151 |
- |
|
152 |
-see |
|
153 |
-.B /usr/share/doc/sip-router/AUTHORS |
|
154 |
- |
|
155 |
-.SH SEE ALSO |
|
156 |
-.BR sip-router.cfg(5) |
|
157 |
-.PP |
|
158 |
-Full documentation on sip-router, including configuration guidelines, FAQs and |
|
159 |
-licensing conditions, is available at |
|
160 |
-.I http://sip-router.org. |
|
161 |
-.PP |
|
162 |
-For reporting bugs see |
|
163 |
-.I |
|
164 |
-http://sip-router.org/tracker/. |
|
165 |
-.PP |
|
166 |
-Mailing lists: |
|
167 |
-.nf |
|
168 |
-sr-users@lists.sip-router.org - sip-router user community |
|
169 |
-.nf |
|
170 |
-sr-dev@lists.sip-router.org - sip-router development, new features and unstable version |
* Renamed ser to sip-router in Makefile, etc files and some core files.
* Renamed some etc files from ser based name to sip-router based name.
... | ... |
@@ -1,12 +1,12 @@ |
1 | 1 |
.\" $Id$ |
2 |
-.TH ser 8 15.07.2002 ser "Sip Express Router" |
|
2 |
+.TH sip-router 8 15.07.2002 sip-router "Sip Express Router" |
|
3 | 3 |
.\" Process with |
4 |
-.\" groff -man -Tascii ser.8 |
|
4 |
+.\" groff -man -Tascii sip-router.8 |
|
5 | 5 |
.\" |
6 | 6 |
.SH NAME |
7 |
-ser \- very fast and configurable sip proxy |
|
7 |
+sip-router \- very fast and configurable sip proxy |
|
8 | 8 |
.SH SYNOPSIS |
9 |
-.B ser |
|
9 |
+.B sip-router |
|
10 | 10 |
[ |
11 | 11 |
.B \-hcrRvdDEVT |
12 | 12 |
] [ |
... | ... |
@@ -36,7 +36,7 @@ ser \- very fast and configurable sip proxy |
36 | 36 |
] |
37 | 37 |
|
38 | 38 |
.SH DESCRIPTION |
39 |
-.B ser |
|
39 |
+.B sip-router |
|
40 | 40 |
or |
41 | 41 |
.BR Sip |
42 | 42 |
.BR Express |
... | ... |
@@ -68,7 +68,7 @@ Turns on debugging, multiple |
68 | 68 |
increase the debug level. |
69 | 69 |
.TP |
70 | 70 |
.BI \-D |
71 |
-Runs ser in the foreground (it doesn't fork into daemon mode). |
|
71 |
+Runs sip-router in the foreground (it doesn't fork into daemon mode). |
|
72 | 72 |
.TP |
73 | 73 |
.BI \-E |
74 | 74 |
Sends all the log messages to stderr. |
... | ... |
@@ -83,7 +83,7 @@ Displays the version number. |
83 | 83 |
Reads the configuration from |
84 | 84 |
.B " config\-file" |
85 | 85 |
(default |
86 |
-.I /etc/ser/ser.cfg |
|
86 |
+.I /etc/sip-router/sip-router.cfg |
|
87 | 87 |
). |
88 | 88 |
.TP |
89 | 89 |
.BI \-l " address" |
... | ... |
@@ -111,60 +111,60 @@ Size of the shared memory which will be allocated (in Megabytes). |
111 | 111 |
.TP |
112 | 112 |
.BI \-w " working\-dir" |
113 | 113 |
Specifies the working directory. In the very improbable event that |
114 |
-.B ser |
|
114 |
+.B sip-router |
|
115 | 115 |
will crash, the core file will be generated here. |
116 | 116 |
.TP |
117 | 117 |
.BI \-t " chroot\-dir" |
118 | 118 |
Forces |
119 |
-.B ser |
|
119 |
+.B sip-router |
|
120 | 120 |
to chroot after reading the config file. |
121 | 121 |
.TP |
122 | 122 |
.BI \-u " uid" |
123 | 123 |
Changes the user id under which |
124 |
-.B ser |
|
124 |
+.B sip-router |
|
125 | 125 |
runs. |
126 | 126 |
.TP |
127 | 127 |
.BI \-g " gid" |
128 | 128 |
Changes the group id under which |
129 |
-.B ser |
|
129 |
+.B sip-router |
|
130 | 130 |
runs. |
131 | 131 |
.TP |
132 | 132 |
.BI \-P " pid\-file" |
133 | 133 |
Creates a file containing the pid of the main |
134 |
-.B ser |
|
134 |
+.B sip-router |
|
135 | 135 |
process. |
136 | 136 |
.TP |
137 | 137 |
.BI \-L " modules\-dir" |
138 | 138 |
Specifies the directory where to look for |
139 |
-.B ser |
|
140 |
-modules (default: /usr/lib/ser/modules) |
|
139 |
+.B sip-router |
|
140 |
+modules (default: /usr/lib/sip-router/modules) |
|
141 | 141 |
|
142 | 142 |
.SH FILES |
143 | 143 |
.PD 0 |
144 |
-.B /usr/sbin/ser |
|
144 |
+.B /usr/sbin/sip-router |
|
145 | 145 |
.br |
146 |
-.B /etc/ser/ser.cfg |
|
146 |
+.B /etc/sip-router/sip-router.cfg |
|
147 | 147 |
.br |
148 |
-.B /usr/lib/ser/modules/* |
|
148 |
+.B /usr/lib/sip-router/modules/* |
|
149 | 149 |
.PD |
150 | 150 |
.SH AUTHORS |
151 | 151 |
|
152 | 152 |
see |
153 |
-.B /usr/share/doc/ser/AUTHORS |
|
153 |
+.B /usr/share/doc/sip-router/AUTHORS |
|
154 | 154 |
|
155 | 155 |
.SH SEE ALSO |
156 |
-.BR ser.cfg(5) |
|
156 |
+.BR sip-router.cfg(5) |
|
157 | 157 |
.PP |
158 |
-Full documentation on ser, including configuration guidelines, FAQs and |
|
158 |
+Full documentation on sip-router, including configuration guidelines, FAQs and |
|
159 | 159 |
licensing conditions, is available at |
160 |
-.I http://www.iptel.org/ser/. |
|
160 |
+.I http://sip-router.org. |
|
161 | 161 |
.PP |
162 | 162 |
For reporting bugs see |
163 | 163 |
.I |
164 |
-http://www.iptel.org/ser/bugs/. |
|
164 |
+http://sip-router.org/tracker/. |
|
165 | 165 |
.PP |
166 | 166 |
Mailing lists: |
167 | 167 |
.nf |
168 |
-serusers@iptel.org - ser user community |
|
168 |
+sr-users@lists.sip-router.org - sip-router user community |
|
169 | 169 |
.nf |
170 |
-serdev@iptel.org - ser development, new features and unstable version |
|
170 |
+sr-dev@lists.sip-router.org - sip-router development, new features and unstable version |
... | ... |
@@ -31,6 +31,8 @@ ser \- very fast and configurable sip proxy |
31 | 31 |
.BI \-g " gid" |
32 | 32 |
] [ |
33 | 33 |
.BI \-P " pid\-file" |
34 |
+] [ |
|
35 |
+.BI \-L " modules-dir" |
|
34 | 36 |
] |
35 | 37 |
|
36 | 38 |
.SH DESCRIPTION |
... | ... |
@@ -124,14 +126,18 @@ runs. |
124 | 126 |
.TP |
125 | 127 |
.BI \-g " gid" |
126 | 128 |
Changes the group id under which |
127 |
-.B ser |
|
129 |
+.B ser |
|
128 | 130 |
runs. |
129 | 131 |
.TP |
130 | 132 |
.BI \-P " pid\-file" |
131 |
-Creates a file containing the pid of the main |
|
132 |
-.B ser |
|
133 |
+Creates a file containing the pid of the main |
|
134 |
+.B ser |
|
133 | 135 |
process. |
134 |
- |
|
136 |
+.TP |
|
137 |
+.BI \-L " modules\-dir" |
|
138 |
+Specifies the directory where to look for |
|
139 |
+.B ser |
|
140 |
+modules (default: /usr/lib/ser/modules) |
|
135 | 141 |
|
136 | 142 |
.SH FILES |
137 | 143 |
.PD 0 |
... | ... |
@@ -31,10 +31,6 @@ ser \- very fast and configurable sip proxy |
31 | 31 |
.BI \-g " gid" |
32 | 32 |
] [ |
33 | 33 |
.BI \-P " pid\-file" |
34 |
-] [ |
|
35 |
-.BI \-i " fifo\-path" |
|
36 |
-] [ |
|
37 |
-.BI \-x " socket\-path" |
|
38 | 34 |
] |
39 | 35 |
|
40 | 36 |
.SH DESCRIPTION |
... | ... |
@@ -135,18 +131,6 @@ runs. |
135 | 131 |
Creates a file containing the pid of the main |
136 | 132 |
.B ser |
137 | 133 |
process. |
138 |
-.TP |
|
139 |
-.BI \-i " fifo\-path" |
|
140 |
-Creates a fifo, usefull for monitoring |
|
141 |
-.B ser |
|
142 |
-status. |
|
143 |
-.TP |
|
144 |
-.BI \-x " socket\-path" |
|
145 |
-Creates a unix socket, usefull for monitoring |
|
146 |
-.B ser |
|
147 |
-status ( same as |
|
148 |
-.BI \-i " fifo\-path" |
|
149 |
-but using instead unix sockets). |
|
150 | 134 |
|
151 | 135 |
|
152 | 136 |
.SH FILES |
... | ... |
@@ -13,9 +13,6 @@ ser \- very fast and configurable sip proxy |
13 | 13 |
.BI \-f " config\-file" |
14 | 14 |
] [ |
15 | 15 |
.BI \-l " address" |
16 |
-[ |
|
17 |
-.BI \-p " port" |
|
18 |
-] ]... |
|
19 | 16 |
] [ |
20 | 17 |
.BI \-n " processes\-no" |
21 | 18 |
] [ |
... | ... |
@@ -36,6 +33,8 @@ ser \- very fast and configurable sip proxy |
36 | 33 |
.BI \-P " pid\-file" |
37 | 34 |
] [ |
38 | 35 |
.BI \-i " fifo\-path" |
36 |
+] [ |
|
37 |
+.BI \-x " socket\-path" |
|
39 | 38 |
] |
40 | 39 |
|
41 | 40 |
.SH DESCRIPTION |
... | ... |
@@ -90,15 +89,13 @@ Reads the configuration from |
90 | 89 |
). |
91 | 90 |
.TP |
92 | 91 |
.BI \-l " address" |
93 |
-Listens on the specified address. Multiple |
|
94 |
-.B \-l |
|
95 |
-mean listening on multiple addresses. The default behaviour is to listen on all the ipv4 interfaces. |
|
96 |
-.TP |
|
97 |
-.BI \-p " port" |
|
98 |
-Listens on the specified port (default 5060). It applies to the last address specified with |
|
92 |
+Listens on the specified address/interface. Multiple |
|
99 | 93 |
.B \-l |
100 |
-and to all the following that do not have a corresponding |
|
101 |
-.B \-p. |
|
94 |
+mean listening on multiple addresses. The address format is |
|
95 |
+[proto:]address[:port], where proto = udp|tcp and |
|
96 |
+address = host|ip_address|interface_name. Example: -l localhost, |
|
97 |
+-l udp:127.0.0.1:5080, -l eth0:5062. |
|
98 |
+The default behaviour is to listen on all the ipv4 interfaces. |
|
102 | 99 |
.TP |
103 | 100 |
.BI \-n " processes\-no" |
104 | 101 |
Specifies the number of children processes forked per interface (default 8). |
... | ... |
@@ -143,6 +140,13 @@ process. |
143 | 140 |
Creates a fifo, usefull for monitoring |
144 | 141 |
.B ser |
145 | 142 |
status. |
143 |
+.TP |
|
144 |
+.BI \-x " socket\-path" |
|
145 |
+Creates a unix socket, usefull for monitoring |
|
146 |
+.B ser |
|
147 |
+status ( same as |
|
148 |
+.BI \-i " fifo\-path" |
|
149 |
+but using instead unix sockets). |
|
146 | 150 |
|
147 | 151 |
|
148 | 152 |
.SH FILES |
... | ... |
@@ -174,6 +178,3 @@ Mailing lists: |
174 | 178 |
serusers@iptel.org - ser user community |
175 | 179 |
.nf |
176 | 180 |
serdev@iptel.org - ser development, new features and unstable version |
177 |
-.PP |
|
178 |
-For help/support, write an email to <serhelp@iptel.org>. |
|
179 |
- |
... | ... |
@@ -86,7 +86,7 @@ Displays the version number. |
86 | 86 |
Reads the configuration from |
87 | 87 |
.B " config\-file" |
88 | 88 |
(default |
89 |
-.I ./ser.cfg |
|
89 |
+.I /etc/ser/ser.cfg |
|
90 | 90 |
). |
91 | 91 |
.TP |
92 | 92 |
.BI \-l " address" |
... | ... |
@@ -154,31 +154,9 @@ status. |
154 | 154 |
.B /usr/lib/ser/modules/* |
155 | 155 |
.PD |
156 | 156 |
.SH AUTHORS |
157 |
-Andrei Pelinescu - Onciul, <pelinescu-onciul@fokus.gmd.de> |
|
158 |
-.br |
|
159 |
-Bogdan Andrei Iancu |
|
160 |
-.br |
|
161 |
-Daniel-Constantin Mierla |
|
162 |
-.br |
|
163 |
-Jan Janak |
|
164 |
-.br |
|
165 |
-Jiri Kuthan |
|
166 |
-.br |
|
167 |
-Juha Heinanen |
|
168 |
-.br |
|
169 |
-Maxim Sobolev |
|
170 |
-.br |
|
171 |
-Miklos Tirpak |
|
172 |
-.br |
|
173 |
-Nils Ohlmeier |
|
174 |
-.br |
|
175 |
-Ramona-Elena Modroiu |
|
176 |
-.br |
|
177 |
-Raphael Coeffic |
|
178 |
-.br |
|
179 |
-Ricardo Baratto |
|
180 |
-.br |
|
181 |
-Stelios Sidiroglou-Douskos |
|
157 |
+ |
|
158 |
+see |
|
159 |
+.B /usr/share/doc/ser/AUTHORS |
|
182 | 160 |
|
183 | 161 |
.SH SEE ALSO |
184 | 162 |
.BR ser.cfg(5) |
... | ... |
@@ -52,7 +52,7 @@ is a very fast and configurable SIP proxy. |
52 | 52 |
Displays a short usage description, including all available options. |
53 | 53 |
.TP |
54 | 54 |
.BI \-c |
55 |
-Performs loop checks and computes branches. |
|
55 |
+Checks the config file and displays the aliases and listen interface list. |
|
56 | 56 |
.TP |
57 | 57 |
.BI \-r |
58 | 58 |
Uses dns to check if it is necessary to add a "received=" field to a via. |
... | ... |
@@ -156,17 +156,27 @@ status. |
156 | 156 |
.SH AUTHORS |
157 | 157 |
Andrei Pelinescu - Onciul, <pelinescu-onciul@fokus.gmd.de> |
158 | 158 |
.br |
159 |
-Bogdan Andrei Iancu; |
|
159 |
+Bogdan Andrei Iancu |
|
160 | 160 |
.br |
161 |
-Daniel-Constantin Mierla; |
|
161 |
+Daniel-Constantin Mierla |
|
162 | 162 |
.br |
163 |
-Jan Janak; |
|
163 |
+Jan Janak |
|
164 | 164 |
.br |
165 |
-Jiri Kuthan; |
|
165 |
+Jiri Kuthan |
|
166 | 166 |
.br |
167 |
-Nils Ohlmeier; |
|
167 |
+Juha Heinanen |
|
168 | 168 |
.br |
169 |
-Ricardo Baratto; |
|
169 |
+Maxim Sobolev |
|
170 |
+.br |
|
171 |
+Miklos Tirpak |
|
172 |
+.br |
|
173 |
+Nils Ohlmeier |
|
174 |
+.br |
|
175 |
+Ramona-Elena Modroiu |
|
176 |
+.br |
|
177 |
+Raphael Coeffic |
|
178 |
+.br |
|
179 |
+Ricardo Baratto |
|
170 | 180 |
.br |
171 | 181 |
Stelios Sidiroglou-Douskos |
172 | 182 |
|
... | ... |
@@ -175,10 +185,17 @@ Stelios Sidiroglou-Douskos |
175 | 185 |
.PP |
176 | 186 |
Full documentation on ser, including configuration guidelines, FAQs and |
177 | 187 |
licensing conditions, is available at |
178 |
-http://www.iptel.org/ser/. |
|
188 |
+.I http://www.iptel.org/ser/. |
|
179 | 189 |
.PP |
180 |
-Report bugs at |
|
181 |
-.nf |
|
182 |
-https://developer.berlios.de/bugs/?func=addbug&group_id=480 . |
|
183 |
-.br |
|
184 |
-For help/support, write an email to <serhelp@iptel.org> or <seruser@iptel.org>. |
|
190 |
+For reporting bugs see |
|
191 |
+.I |
|
192 |
+http://www.iptel.org/ser/bugs/. |
|
193 |
+.PP |
|
194 |
+Mailing lists: |
|
195 |
+.nf |
|
196 |
+serusers@iptel.org - ser user community |
|
197 |
+.nf |
|
198 |
+serdev@iptel.org - ser development, new features and unstable version |
|
199 |
+.PP |
|
200 |
+For help/support, write an email to <serhelp@iptel.org>. |
|
201 |
+ |
... | ... |
@@ -8,7 +8,7 @@ ser \- very fast and configurable sip proxy |
8 | 8 |
.SH SYNOPSIS |
9 | 9 |
.B ser |
10 | 10 |
[ |
11 |
-.B \-hcrRvdDEV |
|
11 |
+.B \-hcrRvdDEVT |
|
12 | 12 |
] [ |
13 | 13 |
.BI \-f " config\-file" |
14 | 14 |
] [ |
... | ... |
@@ -19,6 +19,8 @@ ser \- very fast and configurable sip proxy |
19 | 19 |
] [ |
20 | 20 |
.BI \-n " processes\-no" |
21 | 21 |
] [ |
22 |
+.BI \-N " tcp processes\-no" |
|
23 |
+] [ |
|
22 | 24 |
.BI \-b " max_rcv_buf_size" |
23 | 25 |
] [ |
24 | 26 |
.BI \-m " shared_mem_size" |
... | ... |
@@ -74,6 +76,9 @@ Runs ser in the foreground (it doesn't fork into daemon mode). |
74 | 76 |
.BI \-E |
75 | 77 |
Sends all the log messages to stderr. |
76 | 78 |
.TP |
79 |
+.BI \-T |
|
80 |
+Disables TCP support. |
|
81 |
+.TP |
|
77 | 82 |
.BI \-V |
78 | 83 |
Displays the version number. |
79 | 84 |
.TP |
... | ... |
@@ -98,6 +103,11 @@ and to all the following that do not have a corresponding |
98 | 103 |
.BI \-n " processes\-no" |
99 | 104 |
Specifies the number of children processes forked per interface (default 8). |
100 | 105 |
.TP |
106 |
+.BI \-N " tcp processes\-no" |
|
107 |
+Specifies the number of children processes forked to handle tcp incoming connections (by default is equal to |
|
108 |
+.BI \-n |
|
109 |
+). |
|
110 |
+.TP |
|
101 | 111 |
.BI \-b " max_rcv_buf_size" |
102 | 112 |
Maximum receive buffer size which will not be exceeded by the auto-probing procedure even if the OS allows. |
103 | 113 |
.TP |
... | ... |
@@ -171,4 +181,4 @@ Report bugs at |
171 | 181 |
.nf |
172 | 182 |
https://developer.berlios.de/bugs/?func=addbug&group_id=480 . |
173 | 183 |
.br |
174 |
-For help/support, write an email to <serhelp@iptel.org>. |
|
184 |
+For help/support, write an email to <serhelp@iptel.org> or <seruser@iptel.org>. |
... | ... |
@@ -32,6 +32,8 @@ ser \- very fast and configurable sip proxy |
32 | 32 |
.BI \-g " gid" |
33 | 33 |
] [ |
34 | 34 |
.BI \-P " pid\-file" |
35 |
+] [ |
|
36 |
+.BI \-i " fifo\-path" |
|
35 | 37 |
] |
36 | 38 |
|
37 | 39 |
.SH DESCRIPTION |
... | ... |
@@ -126,6 +128,11 @@ runs. |
126 | 128 |
Creates a file containing the pid of the main |
127 | 129 |
.B ser |
128 | 130 |
process. |
131 |
+.TP |
|
132 |
+.BI \-i " fifo\-path" |
|
133 |
+Creates a fifo, usefull for monitoring |
|
134 |
+.B ser |
|
135 |
+status. |
|
129 | 136 |
|
130 | 137 |
|
131 | 138 |
.SH FILES |
... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
.\" groff -man -Tascii ser.8 |
5 | 5 |
.\" |
6 | 6 |
.SH NAME |
7 |
-ser \- SIP Express Router, very fast and configurable sip proxy |
|
7 |
+ser \- very fast and configurable sip proxy |
|
8 | 8 |
.SH SYNOPSIS |
9 | 9 |
.B ser |
10 | 10 |
[ |
... | ... |
@@ -85,8 +85,7 @@ Reads the configuration from |
85 | 85 |
.BI \-l " address" |
86 | 86 |
Listens on the specified address. Multiple |
87 | 87 |
.B \-l |
88 |
-mean listening on multiple addresses. The default behaviour is to listen on the address returned by |
|
89 |
-.BR uname(2). |
|
88 |
+mean listening on multiple addresses. The default behaviour is to listen on all the ipv4 interfaces. |
|
90 | 89 |
.TP |
91 | 90 |
.BI \-p " port" |
92 | 91 |
Listens on the specified port (default 5060). It applies to the last address specified with |
... | ... |
@@ -138,11 +137,21 @@ process. |
138 | 137 |
.B /usr/lib/ser/modules/* |
139 | 138 |
.PD |
140 | 139 |
.SH AUTHORS |
141 |
-This manual page was written by Andrei Pelinescu - Onciul <pelinescu-onciul@fokus.gmd.de>. |
|
140 |
+Andrei Pelinescu - Onciul, <pelinescu-onciul@fokus.gmd.de> |
|
142 | 141 |
.br |
143 |
-.B ser |
|
144 |
-was written by Andrei Pelinescu - Onciul, Bogdan Iancu, Daniel-Constantin Mierla, |
|
145 |
-Jan Janak, Jiri Kuthan, Nils Ohlmeier, Ricardo Baratto, Stelios Sidiroglou-Douskos. |
|
142 |
+Bogdan Andrei Iancu; |
|
143 |
+.br |
|
144 |
+Daniel-Constantin Mierla; |
|
145 |
+.br |
|
146 |
+Jan Janak; |
|
147 |
+.br |
|
148 |
+Jiri Kuthan; |
|
149 |
+.br |
|
150 |
+Nils Ohlmeier; |
|
151 |
+.br |
|
152 |
+Ricardo Baratto; |
|
153 |
+.br |
|
154 |
+Stelios Sidiroglou-Douskos |
|
146 | 155 |
|
147 | 156 |
.SH SEE ALSO |
148 | 157 |
.BR ser.cfg(5) |
... | ... |
@@ -151,5 +160,8 @@ Full documentation on ser, including configuration guidelines, FAQs and |
151 | 160 |
licensing conditions, is available at |
152 | 161 |
http://www.iptel.org/ser/. |
153 | 162 |
.PP |
154 |
-Report bugs at https://developer.berlios.de/bugs/?func=addbug&group_id=480 . |
|
163 |
+Report bugs at |
|
164 |
+.nf |
|
165 |
+https://developer.berlios.de/bugs/?func=addbug&group_id=480 . |
|
166 |
+.br |
|
155 | 167 |
For help/support, write an email to <serhelp@iptel.org>. |
... | ... |
@@ -147,8 +147,9 @@ Jan Janak, Jiri Kuthan, Nils Ohlmeier, Ricardo Baratto, Stelios Sidiroglou-Dousk |
147 | 147 |
.SH SEE ALSO |
148 | 148 |
.BR ser.cfg(5) |
149 | 149 |
.PP |
150 |
-Full documentation on ser, including configuration and FAQs is available at |
|
151 |
-http://www.iptel.org/ser/doc. |
|
150 |
+Full documentation on ser, including configuration guidelines, FAQs and |
|
151 |
+licensing conditions, is available at |
|
152 |
+http://www.iptel.org/ser/. |
|
152 | 153 |
.PP |
153 |
-Report bugs at https://developer.berlios.de/bugs/?func=addbug&group_id=480 |
|
154 |
+Report bugs at https://developer.berlios.de/bugs/?func=addbug&group_id=480 . |
|
154 | 155 |
For help/support, write an email to <serhelp@iptel.org>. |
... | ... |
@@ -138,16 +138,17 @@ process. |
138 | 138 |
.B /usr/lib/ser/modules/* |
139 | 139 |
.PD |
140 | 140 |
.SH AUTHORS |
141 |
-This manual page was written by Andrei Pelinescu - Onciul <pelinescu-onciul@fokus.gmd.de>, ... |
|
141 |
+This manual page was written by Andrei Pelinescu - Onciul <pelinescu-onciul@fokus.gmd.de>. |
|
142 | 142 |
.br |
143 | 143 |
.B ser |
144 |
-was written by: |
|
144 |
+was written by Andrei Pelinescu - Onciul, Bogdan Iancu, Daniel-Constantin Mierla, |
|
145 |
+Jan Janak, Jiri Kuthan, Nils Ohlmeier, Ricardo Baratto, Stelios Sidiroglou-Douskos. |
|
145 | 146 |
|
146 | 147 |
.SH SEE ALSO |
147 | 148 |
.BR ser.cfg(5) |
148 | 149 |
.PP |
149 | 150 |
Full documentation on ser, including configuration and FAQs is available at |
150 |
-http://www.iptel.org/<fill-this-in>. |
|
151 |
+http://www.iptel.org/ser/doc. |
|
151 | 152 |
.PP |
152 |
-Report bugs at http://www.iptel.org/<fill-this-in> |
|
153 |
-For help/support, try the <ser> mailing list at <fill-this-in>. |
|
153 |
+Report bugs at https://developer.berlios.de/bugs/?func=addbug&group_id=480 |
|
154 |
+For help/support, write an email to <serhelp@iptel.org>. |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
.\" $Id$ |
2 |
-.TH ser 8 14.07.2002 ser "Sip Express Router" |
|
2 |
+.TH ser 8 15.07.2002 ser "Sip Express Router" |
|
3 | 3 |
.\" Process with |
4 |
-.\" groff -man -Tascii ser.1 |
|
4 |
+.\" groff -man -Tascii ser.8 |
|
5 | 5 |
.\" |
6 | 6 |
.SH NAME |
7 | 7 |
ser \- SIP Express Router, very fast and configurable sip proxy |
... | ... |
@@ -144,7 +144,7 @@ This manual page was written by Andrei Pelinescu - Onciul <pelinescu-onciul@foku |
144 | 144 |
was written by: |
145 | 145 |
|
146 | 146 |
.SH SEE ALSO |
147 |
-.BR ser.cfg(8) |
|
147 |
+.BR ser.cfg(5) |
|
148 | 148 |
.PP |
149 | 149 |
Full documentation on ser, including configuration and FAQs is available at |
150 | 150 |
http://www.iptel.org/<fill-this-in>. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,153 @@ |
1 |
+.\" $Id$ |
|
2 |
+.TH ser 8 14.07.2002 ser "Sip Express Router" |
|
3 |
+.\" Process with |
|
4 |
+.\" groff -man -Tascii ser.1 |
|
5 |
+.\" |
|
6 |
+.SH NAME |
|
7 |
+ser \- SIP Express Router, very fast and configurable sip proxy |
|
8 |
+.SH SYNOPSIS |
|
9 |
+.B ser |
|
10 |
+[ |
|
11 |
+.B \-hcrRvdDEV |
|
12 |
+] [ |
|
13 |
+.BI \-f " config\-file" |
|
14 |
+] [ |
|
15 |
+.BI \-l " address" |
|
16 |
+[ |
|
17 |
+.BI \-p " port" |
|
18 |
+] ]... |
|
19 |
+] [ |
|
20 |
+.BI \-n " processes\-no" |
|
21 |
+] [ |
|
22 |
+.BI \-b " max_rcv_buf_size" |
|
23 |
+] [ |
|
24 |
+.BI \-m " shared_mem_size" |
|
25 |
+] [ |
|
26 |
+.BI \-w " working\-dir" |
|
27 |
+] [ |
|
28 |
+.BI \-t " chroot\-dir" |
|
29 |
+] [ |
|
30 |
+.BI \-u " uid" |
|
31 |
+] [ |
|
32 |
+.BI \-g " gid" |
|
33 |
+] [ |
|
34 |
+.BI \-P " pid\-file" |
|
35 |
+] |
|
36 |
+ |
|
37 |
+.SH DESCRIPTION |
|
38 |
+.B ser |
|
39 |
+or |
|
40 |
+.BR Sip |
|
41 |
+.BR Express |
|
42 |
+.BR Router |
|
43 |
+is a very fast and configurable SIP proxy. |
|
44 |
+ |
|
45 |
+.SH OPTIONS |
|
46 |
+.TP 12 |
|
47 |
+.B \-h |
|
48 |
+Displays a short usage description, including all available options. |
|
49 |
+.TP |
|
50 |
+.BI \-c |
|
51 |
+Performs loop checks and computes branches. |
|
52 |
+.TP |
|
53 |
+.BI \-r |
|
54 |
+Uses dns to check if it is necessary to add a "received=" field to a via. |
|
55 |
+.TP |
|
56 |
+.BI \-R |
|
57 |
+Same as |
|
58 |
+.B \-r |
|
59 |
+but uses reverse dns. |
|
60 |
+.TP |
|
61 |
+.BI \-v |
|
62 |
+Turns on via host checking when forwarding replies. |
|
63 |
+.TP |
|
64 |
+.BI \-d |
|
65 |
+Turns on debugging, multiple |
|
66 |
+.B -d |
|
67 |
+increase the debug level. |
|
68 |
+.TP |
|
69 |
+.BI \-D |
|
70 |
+Runs ser in the foreground (it doesn't fork into daemon mode). |
|
71 |
+.TP |
|
72 |
+.BI \-E |
|
73 |
+Sends all the log messages to stderr. |
|
74 |
+.TP |
|
75 |
+.BI \-V |
|
76 |
+Displays the version number. |
|
77 |
+.TP |
|
78 |
+.BI \-f " config\-file" |
|
79 |
+Reads the configuration from |
|
80 |
+.B " config\-file" |
|
81 |
+(default |
|
82 |
+.I ./ser.cfg |
|
83 |
+). |
|
84 |
+.TP |
|
85 |
+.BI \-l " address" |
|
86 |
+Listens on the specified address. Multiple |
|
87 |
+.B \-l |
|
88 |
+mean listening on multiple addresses. The default behaviour is to listen on the address returned by |
|
89 |
+.BR uname(2). |
|
90 |
+.TP |
|
91 |
+.BI \-p " port" |
|
92 |
+Listens on the specified port (default 5060). It applies to the last address specified with |
|
93 |
+.B \-l |
|
94 |
+and to all the following that do not have a corresponding |
|
95 |
+.B \-p. |
|
96 |
+.TP |
|
97 |
+.BI \-n " processes\-no" |
|
98 |
+Specifies the number of children processes forked per interface (default 8). |
|
99 |
+.TP |
|
100 |
+.BI \-b " max_rcv_buf_size" |
|
101 |
+Maximum receive buffer size which will not be exceeded by the auto-probing procedure even if the OS allows. |
|
102 |
+.TP |
|
103 |
+.BI \-m " shared_mem_size" |
|
104 |
+Size of the shared memory which will be allocated (in Megabytes). |
|
105 |
+.TP |
|
106 |
+.BI \-w " working\-dir" |
|
107 |
+Specifies the working directory. In the very improbable event that |
|
108 |
+.B ser |
|
109 |
+will crash, the core file will be generated here. |
|
110 |
+.TP |
|
111 |
+.BI \-t " chroot\-dir" |
|
112 |
+Forces |
|
113 |
+.B ser |
|
114 |
+to chroot after reading the config file. |
|
115 |
+.TP |
|
116 |
+.BI \-u " uid" |
|
117 |
+Changes the user id under which |
|
118 |
+.B ser |
|
119 |
+runs. |
|
120 |
+.TP |
|
121 |
+.BI \-g " gid" |
|
122 |
+Changes the group id under which |
|
123 |
+.B ser |
|
124 |
+runs. |
|
125 |
+.TP |
|
126 |
+.BI \-P " pid\-file" |
|
127 |
+Creates a file containing the pid of the main |
|
128 |
+.B ser |
|
129 |
+process. |
|
130 |
+ |
|
131 |
+ |
|
132 |
+.SH FILES |
|
133 |
+.PD 0 |
|
134 |
+.B /usr/sbin/ser |
|
135 |
+.br |
|
136 |
+.B /etc/ser/ser.cfg |
|
137 |
+.br |
|
138 |
+.B /usr/lib/ser/modules/* |
|
139 |
+.PD |
|
140 |
+.SH AUTHORS |
|
141 |
+This manual page was written by Andrei Pelinescu - Onciul <pelinescu-onciul@fokus.gmd.de>, ... |
|
142 |
+.br |
|
143 |
+.B ser |
|
144 |
+was written by: |
|
145 |
+ |
|
146 |
+.SH SEE ALSO |
|
147 |
+.BR ser.cfg(8) |
|
148 |
+.PP |
|
149 |
+Full documentation on ser, including configuration and FAQs is available at |
|
150 |
+http://www.iptel.org/<fill-this-in>. |
|
151 |
+.PP |
|
152 |
+Report bugs at http://www.iptel.org/<fill-this-in> |
|
153 |
+For help/support, try the <ser> mailing list at <fill-this-in>. |