Module: kamailio Branch: master Commit: eda57ef94bf79605d7b15fe50379913bf76f4fa5 URL: https://github.com/kamailio/kamailio/commit/eda57ef94bf79605d7b15fe50379913b...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-03-18T11:17:06+01:00
modules: readme files regenerated - p_usrloc ... [skip ci]
---
Modified: src/modules/p_usrloc/README Modified: src/modules/speeddial/README Modified: src/modules/uri_db/README
---
Diff: https://github.com/kamailio/kamailio/commit/eda57ef94bf79605d7b15fe50379913b... Patch: https://github.com/kamailio/kamailio/commit/eda57ef94bf79605d7b15fe50379913b...
---
diff --git a/src/modules/p_usrloc/README b/src/modules/p_usrloc/README index 5effbeab55..9256c22c57 100644 --- a/src/modules/p_usrloc/README +++ b/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. diff --git a/src/modules/speeddial/README b/src/modules/speeddial/README index 1711d7d968..be0efe4db5 100644 --- a/src/modules/speeddial/README +++ b/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 diff --git a/src/modules/uri_db/README b/src/modules/uri_db/README index b11772e641..589fba5b0a 100644 --- a/src/modules/uri_db/README +++ b/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)