Module: kamailio
Branch: 5.3
Commit: dffd3502fed5cf33055f67967ba538f2c68c2a59
URL: https://github.com/kamailio/kamailio/commit/dffd3502fed5cf33055f67967ba538f…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-07-02T10:02:03+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/carrierroute/README
Modified: src/modules/pua/README
---
Diff: https://github.com/kamailio/kamailio/commit/dffd3502fed5cf33055f67967ba538f…
Patch: https://github.com/kamailio/kamailio/commit/dffd3502fed5cf33055f67967ba538f…
---
diff --git a/src/modules/carrierroute/README b/src/modules/carrierroute/README
index cb659bdf75..8f1b4a0532 100644
--- a/src/modules/carrierroute/README
+++ b/src/modules/carrierroute/README
@@ -365,7 +365,8 @@ modparam("carrierroute", "config_source", "file")
3.6. config_file (string)
- Specifies the path to the config file.
+ Specifies the path to the config file. The file has to be owned by the
+ user and group used to run Kamailio.
Default value is “/etc/kamailio/carrierroute.conf”.
diff --git a/src/modules/pua/README b/src/modules/pua/README
index e232590207..3079312646 100644
--- a/src/modules/pua/README
+++ b/src/modules/pua/README
@@ -193,7 +193,7 @@ modparam("pua", "hash_size", 11)
Example 1.2. Set db_url parameter
...
-modparam("pua", "db_url" "dbdriver://username:password@dbhost/dbname")
+modparam("pua", "db_url", "dbdriver://username:password@dbhost/dbname")
...
3.3. db_table (str)
Module: kamailio
Branch: 5.3
Commit: 35d977aed4c7137d34d4cf8216d503ac48f1e423
URL: https://github.com/kamailio/kamailio/commit/35d977aed4c7137d34d4cf8216d503a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-02T09:47:15+02:00
carrierroute: docs - note about config file ownership
- GH #2369
(cherry picked from commit 214c762c46d5cd5892d2ddc06a25193a01164e8b)
---
Modified: src/modules/carrierroute/doc/carrierroute_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/35d977aed4c7137d34d4cf8216d503a…
Patch: https://github.com/kamailio/kamailio/commit/35d977aed4c7137d34d4cf8216d503a…
---
diff --git a/src/modules/carrierroute/doc/carrierroute_admin.xml b/src/modules/carrierroute/doc/carrierroute_admin.xml
index 21fb73f42e..dee8d006f5 100644
--- a/src/modules/carrierroute/doc/carrierroute_admin.xml
+++ b/src/modules/carrierroute/doc/carrierroute_admin.xml
@@ -206,7 +206,8 @@ modparam("carrierroute", "config_source", "file")
<section>
<title><varname>config_file</varname> (string)</title>
<para>
- Specifies the path to the config file.
+ Specifies the path to the config file. The file has to be owned by
+ the user and group used to run &kamailio;.
</para>
<para>
<emphasis>