Module: kamailio Branch: master Commit: bcb16245069ea2d93973b6e303e42b12ea2a71d2 URL: https://github.com/kamailio/kamailio/commit/bcb16245069ea2d93973b6e303e42b12ea2a71d2
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2025-12-12T11:16:09+01:00 modules: readme files regenerated - tm ... [skip ci] --- Modified: src/modules/tm/README --- Diff: https://github.com/kamailio/kamailio/commit/bcb16245069ea2d93973b6e303e42b12ea2a71d2.diff Patch: https://github.com/kamailio/kamailio/commit/bcb16245069ea2d93973b6e303e42b12ea2a71d2.patch --- diff --git a/src/modules/tm/README b/src/modules/tm/README index 600dfcb45a0..d43e2045581 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -183,6 +183,7 @@ Daniel-Constantin Mierla 6.1. event_route[tm:branch-failure:id] 6.2. event_route[tm:local-request] 6.3. event_route[tm:local-response] + 6.4. event_route[tm:local-ack-sent] 7. TM Module API @@ -324,6 +325,7 @@ Daniel-Constantin Mierla 1.118. event_route[tm:branch-failure:id] usage 1.119. event_route[tm:local-request] usage 1.120. event_route[tm:local-response] usage + 1.121. event_route[tm:local-ack-sent] usage Chapter 1. Admin Guide @@ -487,6 +489,7 @@ Chapter 1. Admin Guide 6.1. event_route[tm:branch-failure:id] 6.2. event_route[tm:local-request] 6.3. event_route[tm:local-response] + 6.4. event_route[tm:local-ack-sent] 7. TM Module API @@ -3475,6 +3478,7 @@ kamcli rpc tm.retransmit_reply_callid "abc-xyz" "10 INVITE" 6.1. event_route[tm:branch-failure:id] 6.2. event_route[tm:local-request] 6.3. event_route[tm:local-response] + 6.4. event_route[tm:local-ack-sent] 6.1. event_route[tm:branch-failure:id] @@ -3532,6 +3536,18 @@ event_route[tm:local-response] { } ... +6.4. event_route[tm:local-ack-sent] + + Executed after the tm module sent the ACK of the 200ok for a local + generated INVITE. It is executed with the received 200ok response. + + Example 1.121. event_route[tm:local-ack-sent] usage +... +event_route[tm:local-ack-sent] { + xlog("ACK for local INVITE was sent\n"); +} +... + 7. TM Module API 7.1. Defines _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
