...
|
...
|
@@ -3,10 +3,10 @@ $Id$
|
3
|
3
|
|
4
|
4
|
==================================================
|
5
|
5
|
|
6
|
|
- SIP Express Router and Kamailio Installation Notes
|
|
6
|
+ Kamailio Installation Notes
|
7
|
7
|
|
|
8
|
+ http://www.kamailio.org
|
8
|
9
|
http://sip-router.org
|
9
|
|
- http://www.kamailio.org
|
10
|
10
|
|
11
|
11
|
==================================================
|
12
|
12
|
|
...
|
...
|
@@ -51,9 +51,10 @@ The two major SIP server flavours are:
|
51
|
51
|
- Kamailio (former OpenSER)
|
52
|
52
|
|
53
|
53
|
Starting with version 3.0.0, the two SIP server flavours are built from
|
54
|
|
-same source code tree.
|
|
54
|
+same source code tree. In version 4.0.0 the two source code trees was
|
|
55
|
+merged even more, so a combined module directory is now used.
|
55
|
56
|
|
56
|
|
-SER flavor is the one built by default - historically speaking, it is the
|
|
57
|
+Kamailio flavor is the one built by default. SER is, historically speaking, the
|
57
|
58
|
first open source SIP server started in 2001. Kamailio forked from SER in
|
58
|
59
|
2005 under the initial name OpenSER.
|
59
|
60
|
|
...
|
...
|
@@ -257,9 +258,8 @@ B) Build Commands
|
257
|
258
|
make
|
258
|
259
|
|
259
|
260
|
Compile modules except some explicitly excepted (see below)
|
260
|
|
- make modules - all modules in the modules/ directory (common modules)
|
261
|
|
- make modules_k - all modules in the modules_k/ directory (kamailio modules)
|
262
|
|
- make modules-all or make every-module - all the modules (modules and module_k)
|
|
261
|
+ make modules - all modules in the modules/ directory
|
|
262
|
+ make modules-all or make every-module - all the modules
|
263
|
263
|
|
264
|
264
|
* Compile all:
|
265
|
265
|
make all
|
...
|
...
|
@@ -483,8 +483,8 @@ Documentation:
|
483
|
483
|
module directory).
|
484
|
484
|
make man
|
485
|
485
|
|
486
|
|
- Generates README file for modules_k/foo.
|
487
|
|
- make modules=modules_k/foo modules-readme
|
|
486
|
+ Generates README file for modules/foo.
|
|
487
|
+ make modules=modules/foo modules-readme
|
488
|
488
|
|
489
|
489
|
Install:
|
490
|
490
|
--------
|