浏览代码

modules: readme files regenerated - p_usrloc ... [skip ci]

Kamailio Dev 7 年之前
父节点
当前提交
eda57ef94b
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      src/modules/p_usrloc/README
  2. 2 2
      src/modules/speeddial/README
  3. 1 1
      src/modules/uri_db/README

+ 2 - 2
src/modules/p_usrloc/README

@@ -687,8 +687,8 @@ modparam("p_usrloc", "db_mode", 2)
    databases. For that, if the table was not created by the installation
    script or you choose to install everything by yourself you can use the
    p_usrloc-create.sql SQL script in the database directories in the
-   openser/scripts folder as template. Database and table name can be set
-   with module parameters so they can be changed, but the name of the
+   utils/kamctl/mysql/ folder as template. Database and table name can be
+   set with module parameters so they can be changed, but the name of the
    columns must be as they are in the SQL script. You can also find the
    complete database documentation on the project webpage,
    https://www.kamailio.org/docs/db-tables/kamailio-db-devel.html.

+ 2 - 2
src/modules/speeddial/README

@@ -126,7 +126,7 @@ Chapter 1. Admin Guide
 
    Example 1.1. Set db_url parameter
 ...
-modparam("speeddial", "db_url", "mysql://openser:xxx@localhost/openser")
+modparam("speeddial", "db_url", "mysql://kamailio:xxx@localhost/kamailio")
 ...
 
 3.2. user_column (string)
@@ -231,7 +231,7 @@ modparam("speeddial", "use_domain", 1)
 
    Example 1.9. sd_lookup usage
 ...
-# 'speed_dial' is the default table name created by openser db script
+# 'speed_dial' is the default table name created by kamailio db script
 if(uri=~"sip:[0-9]{2}@.*")
         sd_lookup("speed_dial");
 # use auth username

+ 1 - 1
src/modules/uri_db/README

@@ -125,7 +125,7 @@ Chapter 1. Admin Guide
 
    Example 1.1. Set db_url parameter
 ...
-modparam("uri_db", "db_url", "mysql://username:password@localhost/openser")
+modparam("uri_db", "db_url", "mysql://username:password@localhost/kamailio")
 ...
 
 3.2. db_table (string)