Module: kamailio
Branch: master
Commit: 24afb14cfaba28c4e5a7dfe9f352b02a551eed5c
URL:
https://github.com/kamailio/kamailio/commit/24afb14cfaba28c4e5a7dfe9f352b02…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2024-06-12T07:59:20Z
carrierroute: use proper define for db_url
---
Modified: src/modules/carrierroute/doc/carrierroute_db.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/24afb14cfaba28c4e5a7dfe9f352b02…
Patch:
https://github.com/kamailio/kamailio/commit/24afb14cfaba28c4e5a7dfe9f352b02…
---
diff --git a/src/modules/carrierroute/doc/carrierroute_db.xml
b/src/modules/carrierroute/doc/carrierroute_db.xml
index 87017a3d259..0e9d7b3fded 100644
--- a/src/modules/carrierroute/doc/carrierroute_db.xml
+++ b/src/modules/carrierroute/doc/carrierroute_db.xml
@@ -29,7 +29,7 @@ ALL CHANGES DONE HERE WILL BE LOST IF THE FILE IS REGENERATED
<title>Set <varname>db_url</varname> parameter</title>
<programlisting format="linespecific">
...
-modparam("carrierroute", "db_url",
"dbdriver://username:password@dbhost/dbname")
+modparam("carrierroute", "db_url", "&exampledb;")
...
</programlisting>
</example>