Module: kamailio Branch: master Commit: c32aab3aa2b1a76cfc870325ef08451913ca8b4e URL: https://github.com/kamailio/kamailio/commit/c32aab3aa2b1a76cfc870325ef084519...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2025-04-03T09:16:09+02:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/c32aab3aa2b1a76cfc870325ef084519... Patch: https://github.com/kamailio/kamailio/commit/c32aab3aa2b1a76cfc870325ef084519...
---
diff --git a/src/modules/tm/README b/src/modules/tm/README index cbe98e02e6f..c0385295106 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -163,8 +163,9 @@ Daniel-Constantin Mierla 5.9. tm.hash_stats 5.10. tm.reply 5.11. tm.reply_callid - 5.12. tm.clean - 5.13. tm.stats + 5.12. tm.retransmit_reply + 5.13. tm.clean + 5.14. tm.stats
6. Event Routes
@@ -303,9 +304,10 @@ Daniel-Constantin Mierla 1.109. t_clean usage 1.110. t_exists usage 1.111. t_cell_append_branches usage - 1.112. event_route[tm:branch-failure:id] usage - 1.113. event_route[tm:local-request] usage - 1.114. event_route[tm:local-response] usage + 1.112. Using “tm.retransmit_reply” + 1.113. event_route[tm:branch-failure:id] usage + 1.114. event_route[tm:local-request] usage + 1.115. event_route[tm:local-response] usage
Chapter 1. Admin Guide
@@ -449,8 +451,9 @@ Chapter 1. Admin Guide 5.9. tm.hash_stats 5.10. tm.reply 5.11. tm.reply_callid - 5.12. tm.clean - 5.13. tm.stats + 5.12. tm.retransmit_reply + 5.13. tm.clean + 5.14. tm.stats
6. Event Routes
@@ -3194,8 +3197,9 @@ reply_route { 5.9. tm.hash_stats 5.10. tm.reply 5.11. tm.reply_callid - 5.12. tm.clean - 5.13. tm.stats + 5.12. tm.retransmit_reply + 5.13. tm.clean + 5.14. tm.stats
5.1. tm.list
@@ -3290,14 +3294,26 @@ reply_route { * body - (optional, may not be present) reply body (if present, requires the “Content-Type” and “Content-length” headers)
-5.12. tm.clean +5.12. tm.retransmit_reply + + Retransmit the reply for an existing SIP transaction. + + Parameters: + * trans_id - transaction identifier (has the hash_entry:label format) + + Example 1.112. Using “tm.retransmit_reply” +... +kamcli rpc tm.retransmit_reply 1234:5678 +... + +5.13. tm.clean
Trigger a hard clean of expired transactions.
Parameters: * none
-5.13. tm.stats +5.14. tm.stats
Gets information about current and past TM transaction handling.
@@ -3320,7 +3336,7 @@ reply_route { enabled with the t_on_branch_failure function. This event_route uses the BRANCH_FAILURE_ROUTE route type.
- Example 1.112. event_route[tm:branch-failure:id] usage + Example 1.113. event_route[tm:branch-failure:id] usage ... request_route { ... @@ -3346,7 +3362,7 @@ event_route[tm:branch-failure:myroute] { The request can still be updated, i.e., changes are possible to R-URI ($ru), destination URI ($du) or the send socket ($fs).
- Example 1.113. event_route[tm:local-request] usage + Example 1.114. event_route[tm:local-request] usage ... event_route [tm:local-request] { xlog("L_INFO", "Routing locally generated $rm to $ru\n"); @@ -3359,7 +3375,7 @@ event_route [tm:local-request] { Executed after the tm module sent a local generated, transaction stateful response.
- Example 1.114. event_route[tm:local-response] usage + Example 1.115. event_route[tm:local-response] usage ... event_route[tm:local-response] { xlog("tm:local-response replied locally\n");