Skip to content

Commit

Permalink
modules: readme files regenerated - p_usrloc ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Mar 18, 2018
1 parent ae1367b commit eda57ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/modules/p_usrloc/README
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/modules/speeddial/README
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/modules/uri_db/README
Expand Up @@ -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)
Expand Down

0 comments on commit eda57ef

Please sign in to comment.