Module: kamailio
Branch: 5.6
Commit: d49c4b498a0c835d4f3a36d0494b7a131bdfd332
URL: https://github.com/kamailio/kamailio/commit/d49c4b498a0c835d4f3a36d0494b7a1…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-07-06T09:31:48+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tm/README
Modified: src/modules/topos/README
---
Diff: https://github.com/kamailio/kamailio/commit/d49c4b498a0c835d4f3a36d0494b7a1…
Patch: https://github.com/kamailio/kamailio/commit/d49c4b498a0c835d4f3a36d0494b7a1…
---
diff --git a/src/modules/tm/README b/src/modules/tm/README
index 445630cf34..f1827a9e77 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -146,7 +146,7 @@ Daniel-Constantin Mierla
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
- 5.4. tm.t_uac_wait
+ 5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
@@ -410,7 +410,7 @@ Chapter 1. Admin Guide
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
- 5.4. tm.t_uac_wait
+ 5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
@@ -3008,7 +3008,7 @@ t_clean();
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
- 5.4. tm.t_uac_wait
+ 5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
@@ -3043,7 +3043,7 @@ t_clean();
Similar to tm.t_uac_start, but waits asynchronously for the SIP
response and tries to provide its details via RPC response.
-5.4. tm.t_uac_wait
+5.4. tm.t_uac_wait_block
Similar to tm.t_uac_start, but blocks waiting for the SIP response and
returns the SIP reply code and reason text via RPC response. It waits
diff --git a/src/modules/topos/README b/src/modules/topos/README
index ef7c0e9634..6c7ef0e3d8 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -140,11 +140,13 @@ Chapter 1. Admin Guide
to be loaded (tune the module parameters if needed).
It also works for SIP MESSAGE or other requests that do not create a
- dialog -- record_route() must be used for them as well, the headers are
- not going to be in the messages sent to the network, they are needed to
- know local addresses used to communicate with each side. This module is
- designed to work for presence (SUBSCRIBE-based) dialogs too. The
- REGISTER and PUBLISH requests are skipped from processing by this
+ dialog (e.g., OPTIONS) -- record_route() must be used for them as well,
+ the headers are not going to be in the messages sent to the network,
+ they are needed to know local addresses used to communicate with each
+ side. This module is designed to work for presence (SUBSCRIBE-based)
+ dialogs too.
+
+ The REGISTER and PUBLISH requests are skipped from processing by this
module, expected to be terminated on a local SIP server.
2. Dependencies
Module: kamailio
Branch: 5.6
Commit: b2a64563acc69a6c69ca462e137a1b5b84062248
URL: https://github.com/kamailio/kamailio/commit/b2a64563acc69a6c69ca462e137a1b5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-07-06T09:25:06+02:00
topos: docs - small updates to module description
(cherry picked from commit b8fc507c9dee07f1a0b7af01d24142240bcd8fa4)
---
Modified: src/modules/topos/doc/topos_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b2a64563acc69a6c69ca462e137a1b5…
Patch: https://github.com/kamailio/kamailio/commit/b2a64563acc69a6c69ca462e137a1b5…
---
diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml
index dee94df414c..e0c7a2288c7 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -27,10 +27,12 @@
</para>
<para>
It also works for SIP MESSAGE or other requests that do not create
- a dialog -- record_route() must be used for them as well, the
- headers are not going to be in the messages sent to the network, they
+ a dialog (e.g., OPTIONS) -- record_route() must be used for them as well,
+ the headers are not going to be in the messages sent to the network, they
are needed to know local addresses used to communicate with each side.
- This module is designed to work for presence (SUBSCRIBE-based) dialogs too.
+ This module is designed to work for presence (SUBSCRIBE-based) dialogs too.
+ </para>
+ <para>
The REGISTER and PUBLISH requests are skipped from processing
by this module, expected to be terminated on a local SIP server.
</para>
Module: kamailio
Branch: master
Commit: 504695defe5510774aa37e658d016570f99c2e4f
URL: https://github.com/kamailio/kamailio/commit/504695defe5510774aa37e658d01657…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-07-05T20:46:19+02:00
modules: readme files regenerated - topos ... [skip ci]
---
Modified: src/modules/topos/README
---
Diff: https://github.com/kamailio/kamailio/commit/504695defe5510774aa37e658d01657…
Patch: https://github.com/kamailio/kamailio/commit/504695defe5510774aa37e658d01657…
---
diff --git a/src/modules/topos/README b/src/modules/topos/README
index b63965cd5d..a2d0544f55 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -50,6 +50,7 @@ Frederic Gaisnon
3.17. rr_update (int)
3.18. context (str)
3.19. methods_nocontact (str)
+ 3.20. methods_noinitial (str)
4. Functions
@@ -83,11 +84,12 @@ Frederic Gaisnon
1.17. Set rr_update parameter
1.18. Set context parameter
1.19. Set methods_nocontact parameter
- 1.20. tps_set_context usage
- 1.21. Usage of event_route[topos:msg-outgoing]
- 1.22. Usage of event_route[topos:msg-sending]
- 1.23. Usage of event_route[topos:msg-incoming]
- 1.24. Usage of event_route[topos:msg-receoving]
+ 1.20. Set methods_noinitial parameter
+ 1.21. tps_set_context usage
+ 1.22. Usage of event_route[topos:msg-outgoing]
+ 1.23. Usage of event_route[topos:msg-sending]
+ 1.24. Usage of event_route[topos:msg-incoming]
+ 1.25. Usage of event_route[topos:msg-receoving]
Chapter 1. Admin Guide
@@ -120,6 +122,7 @@ Chapter 1. Admin Guide
3.17. rr_update (int)
3.18. context (str)
3.19. methods_nocontact (str)
+ 3.20. methods_noinitial (str)
4. Functions
@@ -193,6 +196,7 @@ Chapter 1. Admin Guide
3.17. rr_update (int)
3.18. context (str)
3.19. methods_nocontact (str)
+ 3.20. methods_noinitial (str)
3.1. storage (str)
@@ -488,6 +492,18 @@ modparam("topos", "context", "srvone")
modparam("topos", "methods_nocontact", "CANCEL,PRACK")
...
+3.20. methods_noinitial (str)
+
+ List of SIP methods to skip doing topos if it is an intial request (no
+ To-tag).
+
+ Default value is “” (no method).
+
+ Example 1.20. Set methods_noinitial parameter
+...
+modparam("topos", "methods_noinitial", "OPTIONS,NOTIFY")
+...
+
4. Functions
4.1. tps_set_context(ctx)
@@ -499,7 +515,7 @@ modparam("topos", "methods_nocontact", "CANCEL,PRACK")
This function can be used from ANY_ROUTE.
- Example 1.20. tps_set_context usage
+ Example 1.21. tps_set_context usage
...
request_route {
...
@@ -527,7 +543,7 @@ request_route {
reparsing the outgoing SIP message for the cases when topology hiding
is not wanted.
- Example 1.21. Usage of event_route[topos:msg-outgoing]
+ Example 1.22. Usage of event_route[topos:msg-outgoing]
...
event_route[topos:msg-outgoing] {
if($sndto(ip)=="10.1.1.10") {
@@ -546,7 +562,7 @@ event_route[topos:msg-outgoing] {
$sndto(proto) point to the destination. The SIP message is the one to
be sent out.
- Example 1.22. Usage of event_route[topos:msg-sending]
+ Example 1.23. Usage of event_route[topos:msg-sending]
...
event_route[topos:msg-sending] {
if(is_request() and $fU=="alice") {
@@ -566,7 +582,7 @@ event_route[topos:msg-sending] {
internally generated one at startup, to avoid reparsing the outgoing
SIP message for the cases when topology hiding is not wanted.
- Example 1.23. Usage of event_route[topos:msg-incoming]
+ Example 1.24. Usage of event_route[topos:msg-incoming]
...
event_route[topos:msg-incoming] {
if($si=="10.1.1.10") {
@@ -584,7 +600,7 @@ event_route[topos:msg-incoming] {
Inside the event route the variables $si, $sp and $proto point to the
source address. The SIP message is the one to be sent out.
- Example 1.24. Usage of event_route[topos:msg-receoving]
+ Example 1.25. Usage of event_route[topos:msg-receoving]
...
event_route[topos:msg-receiving] {
if(is_request() and $fU=="alice") {