Module: kamailio Branch: master Commit: 87cbab9017452821f1c5a04c97e327def9083260 URL: https://github.com/kamailio/kamailio/commit/87cbab9017452821f1c5a04c97e327de...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2025-03-26T07:31:10+01:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/87cbab9017452821f1c5a04c97e327de... Patch: https://github.com/kamailio/kamailio/commit/87cbab9017452821f1c5a04c97e327de...
---
diff --git a/src/modules/tm/README b/src/modules/tm/README index 43a859df662..cbe98e02e6f 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -156,12 +156,15 @@ Daniel-Constantin Mierla 5.2. tm.t_uac_start 5.3. tm.t_uac_wait 5.4. tm.t_uac_wait_block - 5.5. tm.cancel - 5.6. tm.hash_stats - 5.7. tm.reply - 5.8. tm.reply_callid - 5.9. tm.clean - 5.10. tm.stats + 5.5. tm.t_uac_start_noack + 5.6. tm.t_uac_wait_block_noack + 5.7. tm.t_uac_wait_noack + 5.8. tm.cancel + 5.9. tm.hash_stats + 5.10. tm.reply + 5.11. tm.reply_callid + 5.12. tm.clean + 5.13. tm.stats
6. Event Routes
@@ -439,12 +442,15 @@ Chapter 1. Admin Guide 5.2. tm.t_uac_start 5.3. tm.t_uac_wait 5.4. tm.t_uac_wait_block - 5.5. tm.cancel - 5.6. tm.hash_stats - 5.7. tm.reply - 5.8. tm.reply_callid - 5.9. tm.clean - 5.10. tm.stats + 5.5. tm.t_uac_start_noack + 5.6. tm.t_uac_wait_block_noack + 5.7. tm.t_uac_wait_noack + 5.8. tm.cancel + 5.9. tm.hash_stats + 5.10. tm.reply + 5.11. tm.reply_callid + 5.12. tm.clean + 5.13. tm.stats
6. Event Routes
@@ -3181,12 +3187,15 @@ reply_route { 5.2. tm.t_uac_start 5.3. tm.t_uac_wait 5.4. tm.t_uac_wait_block - 5.5. tm.cancel - 5.6. tm.hash_stats - 5.7. tm.reply - 5.8. tm.reply_callid - 5.9. tm.clean - 5.10. tm.stats + 5.5. tm.t_uac_start_noack + 5.6. tm.t_uac_wait_block_noack + 5.7. tm.t_uac_wait_noack + 5.8. tm.cancel + 5.9. tm.hash_stats + 5.10. tm.reply + 5.11. tm.reply_callid + 5.12. tm.clean + 5.13. tm.stats
5.1. tm.list
@@ -3222,7 +3231,22 @@ reply_route { up to 80 seconds, if no reply is received, it returns a RPC fault 500 code. While waiting, the RPC process cannot handle other RPC commands.
-5.5. tm.cancel +5.5. tm.t_uac_start_noack + + Similar to tm.t_uac_start, but do not automatically send ACK for local + INVITE requests. + +5.6. tm.t_uac_wait_block_noack + + Similar to tm.t_uac_wait_block, but do not automatically send ACK for + local INVITE requests. + +5.7. tm.t_uac_wait_noack + + Similar to tm.t_uac_wait, but do not automatically send ACK for local + INVITE requests. + +5.8. tm.cancel
Generates and sends a CANCEL for an existing local SIP request.
@@ -3230,14 +3254,14 @@ reply_route { * callid - callid of the INVITE request to be cancelled. * cseq - cseq of the INVITE request to be cancelled.
-5.6. tm.hash_stats +5.9. tm.hash_stats
Gets information about the load of TM internal hash table.
Parameters: * none
-5.7. tm.reply +5.10. tm.reply
Generates and sends a reply for an existing inbound SIP transaction.
@@ -3251,7 +3275,7 @@ reply_route { * body - (optional, may not be present) reply body (if present, requires the “Content-Type” and “Content-length” headers)
-5.8. tm.reply_callid +5.11. tm.reply_callid
Generates and sends a reply for an existing inbound SIP transaction.
@@ -3266,14 +3290,14 @@ reply_route { * body - (optional, may not be present) reply body (if present, requires the “Content-Type” and “Content-length” headers)
-5.9. tm.clean +5.12. tm.clean
Trigger a hard clean of expired transactions.
Parameters: * none
-5.10. tm.stats +5.13. tm.stats
Gets information about current and past TM transaction handling.