Skip to content

Commit

Permalink
modules: readme files regenerated - pv_headers ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jun 5, 2020
1 parent 3b1f5b9 commit c44ccd0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/modules/pv_headers/README
Expand Up @@ -27,7 +27,7 @@ Victor Seva

3. Parameters

3.1. xavp_name (string)
3.1. xavi_name (string)
3.2. header_value_size (int)
3.3. header_collect_flag (int)
3.4. header_apply_flag (int)
Expand All @@ -49,7 +49,7 @@ Victor Seva

List of Examples

1.1. Set xavp_name parameter
1.1. Set xavi_name parameter
1.2. Set header_value_size parameter
1.3. Set header_collect_flag parameter
1.4. Set header_apply_flag parameter
Expand All @@ -69,7 +69,7 @@ Chapter 1. Admin Guide

3. Parameters

3.1. xavp_name (string)
3.1. xavi_name (string)
3.2. header_value_size (int)
3.3. header_collect_flag (int)
3.4. header_apply_flag (int)
Expand All @@ -92,7 +92,7 @@ Chapter 1. Admin Guide
1. Overview

The main goal of the module is to offload the intermediate header
processing into the XAVP dynamic container as well as provide with high
processing into the XAVI dynamic container as well as provide with high
level methods and pseudovariables to simplify SIP message header
modifications.

Expand All @@ -116,27 +116,27 @@ Chapter 1. Admin Guide

3. Parameters

3.1. xavp_name (string)
3.1. xavi_name (string)
3.2. header_value_size (int)
3.3. header_collect_flag (int)
3.4. header_apply_flag (int)
3.5. skip_headers (string)
3.6. split_headers (string)
3.7. auto_msg (int)

3.1. xavp_name (string)
3.1. xavi_name (string)

Name of the XAVP there the collected headers are stored.
Name of the XAVI where the collected headers are stored.

Default value is “headers”.

Example 1.1. Set xavp_name parameter
Example 1.1. Set xavi_name parameter
...
modparam("pv_headers", "xavp_name", "pvh")
modparam("pv_headers", "xavi_name", "headers")
...

Result: $xavp(headers[0]=>From) $xavp(headers[0]=>To)
$xavp(headers[0]=>Call-ID)
Result: $xavi(headers[0]=>From) $xavi(headers[0]=>To)
$xavi(headers[0]=>Call-ID)

3.2. header_value_size (int)

Expand Down Expand Up @@ -228,7 +228,7 @@ modparam("pv_headers", "split_headers", "Diversion")

Example 1.7. Set auto_msg parameter
...
modparam("pvh", "auto_msg", 1)
modparam("pv_headers", "auto_msg", 1)
...

4. Functions
Expand Down

0 comments on commit c44ccd0

Please sign in to comment.