Module: kamailio
Branch: 5.5
Commit: 494354527e2cbe180dfad3a42e3f89fed28e866c
URL:
https://github.com/kamailio/kamailio/commit/494354527e2cbe180dfad3a42e3f89f…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: The Root <root(a)kamailio.org>
Date: 2021-08-20T10:01:16+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/topos/README
---
Diff:
https://github.com/kamailio/kamailio/commit/494354527e2cbe180dfad3a42e3f89f…
Patch:
https://github.com/kamailio/kamailio/commit/494354527e2cbe180dfad3a42e3f89f…
---
diff --git a/src/modules/topos/README b/src/modules/topos/README
index 783b57ba57..49b786ac13 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -441,7 +441,7 @@ modparam("topos", "xavu_filed_b_contact",
"b_contact")
Example 1.16. Set xavu_field_contact_host parameter
...
modparam("topos", "xavu_cfg", "_tps_")
-modparam("topos", "xavu_contact_host", "contact_host")
+modparam("topos", "xavu_field_contact_host",
"contact_host")
...
$xavu(_tps_=>contact_host) = "kamailio.org";
...