... | ... |
@@ -10,7 +10,7 @@ auto_gen=lex.yy.c cfg.tab.c #lexx, yacc etc |
10 | 10 |
#include source related defs |
11 | 11 |
include Makefile.sources |
12 | 12 |
|
13 |
-exclude_modules=CVS cpl cpl-c ext radius_acc radius_auth snmp mysql msilo im |
|
13 |
+exclude_modules=CVS cpl cpl-c ext radius_acc radius_auth snmp mysql |
|
14 | 14 |
static_modules= |
15 | 15 |
static_modules_path=$(addprefix modules/, $(static_modules)) |
16 | 16 |
extra_sources=$(wildcard $(addsuffix /*.c, $(static_modules_path))) |
... | ... |
@@ -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>. |
... | ... |
@@ -29,11 +29,21 @@ This manual page is incomplete. For further information please read |
29 | 29 |
.br |
30 | 30 |
|
31 | 31 |
.SH AUTHORS |
32 |
-This manual page was written by Andrei Pelinescu - Onciul <pelinescu-onciul@fokus.gmd.de>. |
|
32 |
+Andrei Pelinescu - Onciul, <pelinescu-onciul@fokus.gmd.de> |
|
33 | 33 |
.br |
34 |
-.B ser |
|
35 |
-was written by Andrei Pelinescu - Onciul, Bogdan Iancu, Daniel-Constantin Mierla, |
|
36 |
-Jan Janak, Jiri Kuthan, Nils Ohlmeier, Ricardo Baratto, Stelios Sidiroglou-Douskos. |
|
34 |
+Bogdan Andrei Iancu; |
|
35 |
+.br |
|
36 |
+Daniel-Constantin Mierla; |
|
37 |
+.br |
|
38 |
+Jan Janak; |
|
39 |
+.br |
|
40 |
+Jiri Kuthan; |
|
41 |
+.br |
|
42 |
+Nils Ohlmeier; |
|
43 |
+.br |
|
44 |
+Ricardo Baratto; |
|
45 |
+.br |
|
46 |
+Stelios Sidiroglou-Douskos |
|
37 | 47 |
|
38 | 48 |
.SH SEE ALSO |
39 | 49 |
.BR ser.cfg(5) |
... | ... |
@@ -42,6 +52,8 @@ Full documentation on ser, including configuration guidelines, FAQs and |
42 | 52 |
licensing conditions, is available at |
43 | 53 |
http://www.iptel.org/ser/. |
44 | 54 |
.PP |
45 |
-Report bugs at https://developer.berlios.de/bugs/?func=addbug&group_id=480 . |
|
55 |
+Report bugs at |
|
56 |
+.nf |
|
57 |
+https://developer.berlios.de/bugs/?func=addbug&group_id=480 . |
|
46 | 58 |
For help/support, write an email to <serhelp@iptel.org>. |
47 | 59 |
|