Module: kamailio
Branch: master
Commit: 9413fc6399d7e9b791ed0cb53172ab5fd887f0f6
URL:
https://github.com/kamailio/kamailio/commit/9413fc6399d7e9b791ed0cb53172ab5…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-04-02T10:16:13+02:00
modules: readme files regenerated - topos ... [skip ci]
---
Modified: src/modules/topos/README
---
Diff:
https://github.com/kamailio/kamailio/commit/9413fc6399d7e9b791ed0cb53172ab5…
Patch:
https://github.com/kamailio/kamailio/commit/9413fc6399d7e9b791ed0cb53172ab5…
---
diff --git a/src/modules/topos/README b/src/modules/topos/README
index 656a9315f2..783b57ba57 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -46,8 +46,8 @@ Frederic Gaisnon
3.13. xavu_cfg (str)
3.14. xavu_filed_a_contact (str)
3.15. xavu_filed_b_contact (str)
- 3.16. rr_update (int)
- 3.17. xavu_field_contact_host (str)
+ 3.16. xavu_field_contact_host (str)
+ 3.17. rr_update (int)
3.18. context (str)
4. Functions
@@ -75,11 +75,11 @@ Frederic Gaisnon
1.10. Set contact_host parameter
1.11. Set contact_mode parameter
1.12. Set cparam_name parameter
- 1.13. Set xavu_filed_a_contact parameter
+ 1.13. Set xavu_cfg parameter
1.14. Set xavu_filed_a_contact parameter
1.15. Set xavu_filed_b_contact parameter
- 1.16. Set rr_update parameter
- 1.17. Set xavu_field_contact_host parameter
+ 1.16. Set xavu_field_contact_host parameter
+ 1.17. Set rr_update parameter
1.18. Set context parameter
1.19. tps_set_context usage
1.20. Usage of event_route[topos:msg-outgoing]
@@ -114,8 +114,8 @@ Chapter 1. Admin Guide
3.13. xavu_cfg (str)
3.14. xavu_filed_a_contact (str)
3.15. xavu_filed_b_contact (str)
- 3.16. rr_update (int)
- 3.17. xavu_field_contact_host (str)
+ 3.16. xavu_field_contact_host (str)
+ 3.17. rr_update (int)
3.18. context (str)
4. Functions
@@ -184,8 +184,8 @@ Chapter 1. Admin Guide
3.13. xavu_cfg (str)
3.14. xavu_filed_a_contact (str)
3.15. xavu_filed_b_contact (str)
- 3.16. rr_update (int)
- 3.17. xavu_field_contact_host (str)
+ 3.16. xavu_field_contact_host (str)
+ 3.17. rr_update (int)
3.18. context (str)
3.1. storage (str)
@@ -385,7 +385,7 @@ modparam("topos", "cparam_name", "xyz")
Default value is “NULL” (disabled).
- Example 1.13. Set xavu_filed_a_contact parameter
+ Example 1.13. Set xavu_cfg parameter
...
modparam("topos", "xavu_cfg", "_tps_")
modparam("topos", "xavu_filed_a_contact", "a_contact")
@@ -426,19 +426,7 @@ modparam("topos", "xavu_filed_b_contact",
"b_contact")
...
-3.16. rr_update (int)
-
- If set to 1, topos module will track and update record route changes on
- re-invite.
-
- Default value is 0 (do not update record route changes within dialog).
-
- Example 1.16. Set rr_update parameter
-...
-modparam("topos", "rr_update", 1)
-...
-
-3.17. xavu_field_contact_host (str)
+3.16. xavu_field_contact_host (str)
Control from where to take the host part of the Contact header added by
topos. This parameter allows to take the value from an XAVU during
@@ -450,7 +438,7 @@ modparam("topos", "rr_update", 1)
Default value is empty, not set.
- Example 1.17. Set xavu_field_contact_host parameter
+ Example 1.16. Set xavu_field_contact_host parameter
...
modparam("topos", "xavu_cfg", "_tps_")
modparam("topos", "xavu_contact_host", "contact_host")
@@ -458,6 +446,18 @@ modparam("topos", "xavu_contact_host",
"contact_host")
$xavu(_tps_=>contact_host) = "kamailio.org";
...
+3.17. rr_update (int)
+
+ If set to 1, topos module will track and update record route changes on
+ re-invite.
+
+ Default value is 0 (do not update record route changes within dialog).
+
+ Example 1.17. Set rr_update parameter
+...
+modparam("topos", "rr_update", 1)
+...
+
3.18. context (str)
Set the global context for topos instance.