Module: kamailio Branch: master Commit: 9bbf86a8a7e598a67254e2907dcc430af98f5689 URL: https://github.com/kamailio/kamailio/commit/9bbf86a8a7e598a67254e2907dcc430a...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-11-05T21:48:43+01:00
tm: docs updated for t_reply_error()
---
Modified: src/modules/tm/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/9bbf86a8a7e598a67254e2907dcc430a... Patch: https://github.com/kamailio/kamailio/commit/9bbf86a8a7e598a67254e2907dcc430a...
---
diff --git a/src/modules/tm/doc/functions.xml b/src/modules/tm/doc/functions.xml index 7bcc3a43ccf..539e4f0dafb 100644 --- a/src/modules/tm/doc/functions.xml +++ b/src/modules/tm/doc/functions.xml @@ -359,6 +359,9 @@ if (t_newtran()) { </para> </listitem> </itemizedlist> + <para> + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE, ONREPLY_ROUTE. + </para> <example> <title><function>t_reply</function> usage</title> <programlisting> @@ -378,7 +381,7 @@ t_reply("404", "Not found"); sl_send_error() from sl module. </para> <para> - This function can be used from REQUEST_ROUTE. + This function can be used from REQUEST_ROUTE, FAILURE_ROUTE, ONREPLY_ROUTE. </para> <example> <title><function>t_reply_error</function> usage</title>