Module: kamailio Branch: master Commit: 4cec039ce1b7fa2d1980f8f30dd7bb1012e3c9cb URL: https://github.com/kamailio/kamailio/commit/4cec039ce1b7fa2d1980f8f30dd7bb10...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@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/4cec039ce1b7fa2d1980f8f30dd7bb10... Patch: https://github.com/kamailio/kamailio/commit/4cec039ce1b7fa2d1980f8f30dd7bb10...
---
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 ...