Skip to content

Commit

Permalink
pv_headers: use flags numbers below 32
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 3c01356 commit 9592d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/modules/pv_headers/doc/functions.xml
Expand Up @@ -9,7 +9,7 @@
]>


<section id="pv_headers.funtions" xmlns:xi="http://www.w3.org/2001/XInclude">
<section id="pv_headers.functions" xmlns:xi="http://www.w3.org/2001/XInclude">
<sectioninfo>
</sectioninfo>

Expand All @@ -32,7 +32,7 @@
</title>
<para>
Applies the current XAVP headers state to the real headers.
and should be called only once per branch when the message is about to leave &kamailio;.
Should be called only once per branch when the message is about to leave &kamailio;.
</para>
<para>
The following rules apply:
Expand Down
4 changes: 2 additions & 2 deletions src/modules/pv_headers/doc/params.xml
Expand Up @@ -74,7 +74,7 @@ modparam("pv_headers", "header_value_size", 512)
<title>Set <varname>header_collect_flag</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("pv_headers", "header_collect_flag", 37)
modparam("pv_headers", "header_collect_flag", 17)
...
</programlisting>
</example>
Expand All @@ -95,7 +95,7 @@ modparam("pv_headers", "header_collect_flag", 37)
<title>Set <varname>header_apply_flag</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("pv_headers", "header_apply_flag", 38)
modparam("pv_headers", "header_apply_flag", 18)
...
</programlisting>
</example>
Expand Down

0 comments on commit 9592d9f

Please sign in to comment.