...
|
...
|
@@ -35,6 +35,14 @@ A module providers up to three different APIs:
|
35
|
35
|
|
36
|
36
|
A single module may provide a selection of this, maybe only one of them.
|
37
|
37
|
|
|
38
|
+Why do we have two modules with the same name?
|
|
39
|
+==============================================
|
|
40
|
+Some modules exists both in modules_k and modules_s - like xlog. If you are
|
|
41
|
+upgrading from Kamailio, we recommend using the one in modules_k for backwards
|
|
42
|
+compatibility, if you are using SER then select the one in modules_s.
|
|
43
|
+In the future the development team will try to integrate modules that are
|
|
44
|
+split like this into one integrated module.
|
|
45
|
+
|
38
|
46
|
Core modules
|
39
|
47
|
------------
|
40
|
48
|
auth_identity
|