Explorar el Código

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

Kamailio Dev hace 7 años
padre
commit
eda57ef94b
Se han modificado 3 ficheros con 5 adiciones y 5 borrados
  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)