Module: kamailio Branch: master Commit: d52b1391dbb493e0dd7a58a58df2d4234648d6fb URL: https://github.com/kamailio/kamailio/commit/d52b1391dbb493e0dd7a58a58df2d4234648d6fb
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-12T10:59:12+01:00 tm: docs for event_route[tm:local-ack-sent] --- Modified: src/modules/tm/doc/event_routes.xml --- Diff: https://github.com/kamailio/kamailio/commit/d52b1391dbb493e0dd7a58a58df2d4234648d6fb.diff Patch: https://github.com/kamailio/kamailio/commit/d52b1391dbb493e0dd7a58a58df2d4234648d6fb.patch --- diff --git a/src/modules/tm/doc/event_routes.xml b/src/modules/tm/doc/event_routes.xml index d6a91f5c91e..06426c413a9 100644 --- a/src/modules/tm/doc/event_routes.xml +++ b/src/modules/tm/doc/event_routes.xml @@ -89,6 +89,25 @@ event_route [tm:local-request] { event_route[tm:local-response] { xlog("tm:local-response replied locally\n"); } +... + </programlisting> + </example> + </section> + <section id="tm.e.local-ack-sent"> + <title> + <function moreinfo="none">event_route[tm:local-ack-sent]</function> + </title> + <para> + Executed after the tm module sent the ACK of the 200ok for a local + generated INVITE. It is executed with the received 200ok response. + </para> + <example> + <title><function>event_route[tm:local-ack-sent]</function> usage</title> + <programlisting format="linespecific"> +... +event_route[tm:local-ack-sent] { + xlog("ACK for local INVITE was sent\n"); +} ... </programlisting> </example> _______________________________________________ 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!
