Module: kamailio Branch: master Commit: 357766ba470401845b3ec2222e6fc11031823ee3 URL: https://github.com/kamailio/kamailio/commit/357766ba470401845b3ec2222e6fc110...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-02-18T13:20:48+01:00
tm: docs for delayed_reply param
---
Modified: src/modules/tm/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/357766ba470401845b3ec2222e6fc110... Patch: https://github.com/kamailio/kamailio/commit/357766ba470401845b3ec2222e6fc110...
---
diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml index ad1f55e2061..1dd77f1df3f 100644 --- a/src/modules/tm/doc/params.xml +++ b/src/modules/tm/doc/params.xml @@ -1740,5 +1740,26 @@ modparam("tm", "reply_408_reason", "Gone") </example> </section>
+ <section id="tm.p.rdelayed_reply"> + <title><varname>delayed_reply</varname> (int)</title> + <para> + If set to 1, the reply generation in case of request + processing/forwarding error is delayed till the config script + execution ends. This allows the script writer to send its + own error reply. If set to 0, the transaction is replied and killed + immediately. + </para> + <emphasis> + Default value is <quote>1</quote>. + </emphasis> + <example> + <title>delayed_reply example</title> + <programlisting> +... +modparam("tm", "delayed_reply", 0) +.... + </programlisting> + </example> + </section>
</section>