@hyavari commented on this pull request.
> +
+ If the db_url string is empty, the default database URL
+ will be used.
+
+
+
+
+Default value is &defaultrodb;.
+
+
+
+
+Set db_url parameter
+
+...
+modpar
@hyavari commented on this pull request.
> @@ -71,7 +71,7 @@ stat_var *uar_replies_response_time = NULL;
stat_var *lir_replies_response_time = NULL;
//module parameters
-char *ims_icscf_db_url = "mysql://icscf:heslo@localhost/hssdata"; /**< DB URL
*/
+char *ims_icscf_db_url = "mysql://kamai
@hyavari pushed 2 commits.
8cf47268d499343b0f2dc8c9344aae7d9d9572bb ims_icscf: add missing documents for
database params
1efac37dec887aaac7c47dee03ae05c592983d0d ims_usrloc_pcscf: Update the module
document
--
View it on GitHub:
https://github.com/kamailio/kamailio/pull/3874/files/b224365fc8
@hyavari pushed 1 commit.
b224365fc8c47593b92d220379c121fba5b8e4b3 ims_usrloc_pcscf: Update the module
document
--
View it on GitHub:
https://github.com/kamailio/kamailio/pull/3874/files/1fb43aef804110ce49455078a13620e10656fa8d..b224365fc8c47593b92d220379c121fba5b8e4b3
You are receiving this b
- Adding missing ims_icscf database parameters to admin documents.
- Change the default value for ims_icscf db_url to Kamailio default db_url
value.