فهرست منبع

- 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 سال پیش
والد
کامیت
d85d5a2351
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  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.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"'.