Pārlūkot izejas kodu

- fix some FAQ entries, change missing entity, regenerate READMEs

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4524 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 gadi atpakaļ
vecāks
revīzija
d85d5a2351
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      modules/db_mysql/km_README

+ 5 - 5
modules/db_mysql/km_README

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