... | ... |
@@ -44,6 +44,6 @@ https://github.com/kamailio/kamailio/issues |
44 | 44 |
.PP |
45 | 45 |
Mailing lists: |
46 | 46 |
.nf |
47 |
-sr-users@lists.sip-router.org - Kamailio user community |
|
47 |
+sr-users@lists.kamailio.org - Kamailio user community |
|
48 | 48 |
.nf |
49 |
-sr-dev@lists.sip-router.org - Kamailio development, new features and unstable version |
|
49 |
+sr-dev@lists.kamailio.org - Kamailio development, new features and unstable version |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,49 @@ |
1 |
+.\" |
|
2 |
+.TH kamailio.cfg 5 06.12.2016 kamailio "Kamailio SIP Server" |
|
3 |
+.\" Process with |
|
4 |
+.\" groff -man -Tascii kamailio.cfg.5 |
|
5 |
+.\" |
|
6 |
+.SH NAME |
|
7 |
+kamailio.cfg \- kamailio configuration file |
|
8 |
+.SH SYNOPSIS |
|
9 |
+.I /etc/kamailio/kamailio.cfg |
|
10 |
+.SH DESCRIPTION |
|
11 |
+.B kamailio |
|
12 |
+reads the configuration data from |
|
13 |
+.I /etc/kamailio/kamailio.cfg |
|
14 |
+(or the file specified with |
|
15 |
+.B \-f |
|
16 |
+on the command line). |
|
17 |
+The file contains global configuration parameters, module loading commands and the script that will be executed for each received request. Lines starting with |
|
18 |
+.B # |
|
19 |
+or enclosed in |
|
20 |
+.B /* ... */ |
|
21 |
+are interpreted as comments. |
|
22 |
+.PP |
|
23 |
+This manual page is incomplete. For further information please see documentation on page |
|
24 |
+.I http://kamailio.org/wiki. |
|
25 |
+ |
|
26 |
+.SH FILES |
|
27 |
+.I /etc/kamailio/kamailio.cfg |
|
28 |
+ |
|
29 |
+.SH AUTHORS |
|
30 |
+ |
|
31 |
+see |
|
32 |
+.B /usr/share/doc/kamailio/AUTHORS |
|
33 |
+ |
|
34 |
+.SH SEE ALSO |
|
35 |
+.BR kamailio(8) |
|
36 |
+.PP |
|
37 |
+Full documentation on kamailio, including configuration guidelines, FAQs and |
|
38 |
+licensing conditions, is available at |
|
39 |
+.I http://kamailio.org. |
|
40 |
+.PP |
|
41 |
+For reporting bugs see |
|
42 |
+.I |
|
43 |
+https://github.com/kamailio/kamailio/issues |
|
44 |
+.PP |
|
45 |
+Mailing lists: |
|
46 |
+.nf |
|
47 |
+sr-users@lists.sip-router.org - Kamailio user community |
|
48 |
+.nf |
|
49 |
+sr-dev@lists.sip-router.org - Kamailio development, new features and unstable version |