Module: kamailio Branch: master Commit: 415f20804e423b503d5e0d1743e28c9f509f9c21 URL: https://github.com/kamailio/kamailio/commit/415f20804e423b503d5e0d1743e28c9f...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2022-03-03T09:03:12+01:00
blst: docs - small formatting updates
---
Modified: src/modules/blst/doc/blst_functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/415f20804e423b503d5e0d1743e28c9f... Patch: https://github.com/kamailio/kamailio/commit/415f20804e423b503d5e0d1743e28c9f...
---
diff --git a/src/modules/blst/doc/blst_functions.xml b/src/modules/blst/doc/blst_functions.xml index 96b4b6c389..48e7d59b6e 100644 --- a/src/modules/blst/doc/blst_functions.xml +++ b/src/modules/blst/doc/blst_functions.xml @@ -38,15 +38,15 @@ else </title> <para> Adds the source of the current message to the blocklist for - the time interval specified in the <emphasis>Retry-After</emphasis> + the time interval specified in the <emphasis>Retry-After</emphasis> header. - If the <emphasis>Retry-After</emphasis> header is missing, it will + If the <emphasis>Retry-After</emphasis> header is missing, it will fail (returns false). - If the <emphasis>Retry-After</emphasis> value is less than - <varname>min</varname>, then <varname>min</varname> seconds will be + If the <emphasis>Retry-After</emphasis> value is less than + <varname>min</varname>, then <varname>min</varname> seconds will be used instead. If the <emphasis>Retry-After</emphasis> value is greater than - <varname>max</varname>, then <varname>max</varname> seconds will be + <varname>max</varname>, then <varname>max</varname> seconds will be used instead. </para> <example> @@ -117,7 +117,7 @@ if (msg_status==503){ # blocklist 503 source for Retry-After seconds works for local replies to the current message. </para> <para> - The variants of these functions with no parameters will ignore + The variants of these functions with no parameters will ignore everything (equivalent to passing 0xff). </para> <para>