Module: kamailio Branch: master Commit: 9bf0bb20bcfe6409b6c02aea83175172914135b5 URL: https://github.com/kamailio/kamailio/commit/9bf0bb20bcfe6409b6c02aea83175172...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2025-04-07T09:46:10+02:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/9bf0bb20bcfe6409b6c02aea83175172... Patch: https://github.com/kamailio/kamailio/commit/9bf0bb20bcfe6409b6c02aea83175172...
---
diff --git a/src/modules/tm/README b/src/modules/tm/README index c0385295106..4821b265a91 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -164,8 +164,9 @@ Daniel-Constantin Mierla 5.10. tm.reply 5.11. tm.reply_callid 5.12. tm.retransmit_reply - 5.13. tm.clean - 5.14. tm.stats + 5.13. tm.retransmit_reply_callid + 5.14. tm.clean + 5.15. tm.stats
6. Event Routes
@@ -305,9 +306,10 @@ Daniel-Constantin Mierla 1.110. t_exists usage 1.111. t_cell_append_branches 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 + 1.113. Using “tm.retransmit_reply_callid” + 1.114. event_route[tm:branch-failure:id] usage + 1.115. event_route[tm:local-request] usage + 1.116. event_route[tm:local-response] usage
Chapter 1. Admin Guide
@@ -452,8 +454,9 @@ Chapter 1. Admin Guide 5.10. tm.reply 5.11. tm.reply_callid 5.12. tm.retransmit_reply - 5.13. tm.clean - 5.14. tm.stats + 5.13. tm.retransmit_reply_callid + 5.14. tm.clean + 5.15. tm.stats
6. Event Routes
@@ -3198,8 +3201,9 @@ reply_route { 5.10. tm.reply 5.11. tm.reply_callid 5.12. tm.retransmit_reply - 5.13. tm.clean - 5.14. tm.stats + 5.13. tm.retransmit_reply_callid + 5.14. tm.clean + 5.15. tm.stats
5.1. tm.list
@@ -3306,14 +3310,27 @@ reply_route { kamcli rpc tm.retransmit_reply 1234:5678 ...
-5.13. tm.clean +5.13. tm.retransmit_reply_callid + + Retransmit the reply for an existing SIP transaction. + + Parameters: + * callid - SIP Call-ID header + * cseq - SIP CSeq header + + Example 1.113. Using “tm.retransmit_reply_callid” +... +kamcli rpc tm.retransmit_reply_callid "abc-xyz" "10 INVITE" +... + +5.14. tm.clean
Trigger a hard clean of expired transactions.
Parameters: * none
-5.14. tm.stats +5.15. tm.stats
Gets information about current and past TM transaction handling.
@@ -3336,7 +3353,7 @@ kamcli rpc tm.retransmit_reply 1234:5678 enabled with the t_on_branch_failure function. This event_route uses the BRANCH_FAILURE_ROUTE route type.
- Example 1.113. event_route[tm:branch-failure:id] usage + Example 1.114. event_route[tm:branch-failure:id] usage ... request_route { ... @@ -3362,7 +3379,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.114. event_route[tm:local-request] usage + Example 1.115. event_route[tm:local-request] usage ... event_route [tm:local-request] { xlog("L_INFO", "Routing locally generated $rm to $ru\n"); @@ -3375,7 +3392,7 @@ event_route [tm:local-request] { Executed after the tm module sent a local generated, transaction stateful response.
- Example 1.115. event_route[tm:local-response] usage + Example 1.116. event_route[tm:local-response] usage ... event_route[tm:local-response] { xlog("tm:local-response replied locally\n");