Module: kamailio
Branch: master
Commit: 4cec039ce1b7fa2d1980f8f30dd7bb1012e3c9cb
URL: 
https://github.com/kamailio/kamailio/commit/4cec039ce1b7fa2d1980f8f30dd7bb1012e3c9cb

Author: Kamailio Dev <kamailio....@kamailio.org>
Committer: Kamailio Dev <kamailio....@kamailio.org>
Date: 2023-11-05T22:02:26+01:00

modules: readme files regenerated - tm ... [skip ci]

---

Modified: src/modules/tm/README

---

Diff:  
https://github.com/kamailio/kamailio/commit/4cec039ce1b7fa2d1980f8f30dd7bb1012e3c9cb.diff
Patch: 
https://github.com/kamailio/kamailio/commit/4cec039ce1b7fa2d1980f8f30dd7bb1012e3c9cb.patch

---

diff --git a/src/modules/tm/README b/src/modules/tm/README
index 216533fbfb6..41dced573d2 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -2101,6 +2101,9 @@ if (t_newtran()) {
      * code - Reply code number.
      * reason_phrase - Reason string.
 
+   This function can be used from REQUEST_ROUTE, FAILURE_ROUTE,
+   ONREPLY_ROUTE.
+
    Example 1.63. t_reply usage
 ...
 t_reply("404", "Not found");
@@ -2111,7 +2114,8 @@ t_reply("404", "Not found");
    Sends a stateful reply based in internal error code, similar to
    sl_send_error() from sl module.
 
-   This function can be used from REQUEST_ROUTE.
+   This function can be used from REQUEST_ROUTE, FAILURE_ROUTE,
+   ONREPLY_ROUTE.
 
    Example 1.64. t_reply_error usage
 ...

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to