Skip to content

Commit

Permalink
modules: readme files regenerated - modules ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Apr 13, 2021
1 parent a197fec commit e46c76a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/modules/textopsx/README
Expand Up @@ -223,7 +223,7 @@ if(fnmatch("$rU", "123*"))
Meaning of the parameters is as follows:
* hf - Header field to be appended. Format: HFNAME [ [IDX] ]. If
index is not specified new header is inserted at the end of
message.
message. The index 1 correxponds to the first header.
* hvalue - Value to be added, config var formatting supported.

Example 1.6. append_hf_value usage
Expand All @@ -244,7 +244,7 @@ ot exists add new header
Meaning of the parameters is as follows:
* hf - Header field to be appended. Format: HFNAME [ [IDX] ]. If
index is not specified new header is inserted at the top of
message.
message. The index 1 correxponds to the first header.
* hvalue - Value to be added, config var formatting supported.

Example 1.7. insert_hf_value usage
Expand All @@ -262,7 +262,7 @@ insert_hf_value("foo[1]", "gogo") # try add to the first header
Meaning of the parameters is as follows:
* hf_par - Header field/param to be removed. Format: HFNAME [ [IDX] ]
[. PARAM ] If asterisk is specified as index then all values are
affected.
affected. The index 1 correxponds to the first header.

Example 1.8. remove_hf_value usage
...
Expand All @@ -282,7 +282,7 @@ remove_hf_value("foo[*].bar") # for each foo delete bar parameters
Meaning of the parameters is as follows:
* hf_par - Header/param to be removed. Format: HFNAME [ [IDX] ] [.
PARAM ] If asterisk is specified as index then all values are
affected.
affected. The index 1 correxponds to the first header.

Example 1.9. remove_hf_value2 usage
...
Expand All @@ -301,7 +301,7 @@ remove_hf_value2("foo[*].bar") # for each foo delete bar parameters
Meaning of the parameters is as follows:
* hf_para - Header field value / param to be appended. Format: HFNAME
[ [IDX] ] [. PARAM] If asterisk is specified as index then all
values are affected.
values are affected. The index 1 correxponds to the first header.
* hvalue - Value to be assigned, config var formatting supported. If
value is empty then no equal sign appears in param.

Expand All @@ -325,7 +325,7 @@ assign_hf_value("foo[*].bar", "") # set empty value (ex. lr)
Meaning of the parameters is as follows:
* hf_para - Header field value / param to be appended. Format: HFNAME
[ [IDX] ] [. PARAM] If asterisk is specified as index then all
values are affected.
values are affected. The index 1 correxponds to the first header.
* hvalue - Value to be assigned, config var formatting supported. If
value is empty then no equal sign appears in param.

Expand Down

0 comments on commit e46c76a

Please sign in to comment.