|
@@ -23,7 +23,7 @@ Daniel-Constantin Mierla
|
|
|
1.1. Overview
|
|
|
1.2. Dependencies
|
|
|
|
|
|
- 1.2.1. OpenSER Modules
|
|
|
+ 1.2.1. Kamailio Modules
|
|
|
1.2.2. External Libraries or Applications
|
|
|
|
|
|
1.3. Exported Parameters
|
|
@@ -50,15 +50,15 @@ Chapter 1. Admin Guide
|
|
|
|
|
|
1.2. Dependencies
|
|
|
|
|
|
-1.2.1. OpenSER Modules
|
|
|
+1.2.1. Kamailio Modules
|
|
|
|
|
|
The following modules must be loaded before this module:
|
|
|
- * No dependencies on other OpenSER modules.
|
|
|
+ * No dependencies on other Kamailio modules.
|
|
|
|
|
|
1.2.2. External Libraries or Applications
|
|
|
|
|
|
The following libraries or applications must be installed
|
|
|
- before running OpenSER with this module loaded:
|
|
|
+ before running Kamailio with this module loaded:
|
|
|
* mysql - the development libraries forthe Mysql database. In
|
|
|
some Linux distributions named "libmysqlclient-dev".
|
|
|
|
|
@@ -117,7 +117,7 @@ modparam("auto_reconnect", "auto_reconnect", 0)
|
|
|
options.
|
|
|
* - edit the "Makefile" and remove "db_mysql" from
|
|
|
"excluded_modules" list. Then follow the standard procedure
|
|
|
- to install OpenSER: "make all; make install".
|
|
|
+ to install Kamailio: "make all; make install".
|
|
|
* - from command line use: 'make all
|
|
|
include_modules="db_mysql"; make install
|
|
|
include_modules="db_mysql"'.
|