Module: kamailio
Branch: master
Commit: a8827449e4c3c43e3f25abb7f5b27b2e1d1ab1b7
URL:
https://github.com/kamailio/kamailio/commit/a8827449e4c3c43e3f25abb7f5b27b2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-03-18T11:03:37+01:00
p_usrloc: updated path to db scripts in docs
---
Modified: src/modules/p_usrloc/doc/p_usrloc_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/a8827449e4c3c43e3f25abb7f5b27b2…
Patch:
https://github.com/kamailio/kamailio/commit/a8827449e4c3c43e3f25abb7f5b27b2…
---
diff --git a/src/modules/p_usrloc/doc/p_usrloc_admin.xml
b/src/modules/p_usrloc/doc/p_usrloc_admin.xml
index e716c8fb25..4bfe7672bb 100644
--- a/src/modules/p_usrloc/doc/p_usrloc_admin.xml
+++ b/src/modules/p_usrloc/doc/p_usrloc_admin.xml
@@ -737,7 +737,7 @@ modparam("p_usrloc", "db_mode", 2)
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
<acronym>SQL</acronym> script in the database directories in the
- openser/scripts folder as template.
+ 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 <acronym>SQL</acronym> script.