Module: kamailio
Branch: master
Commit: c44ccd0e66715f33620ddfc93cfeeb4dcc65a5fc
URL:
https://github.com/kamailio/kamailio/commit/c44ccd0e66715f33620ddfc93cfeeb4…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-06-05T19:01:14+02:00
modules: readme files regenerated - pv_headers ... [skip ci]
---
Modified: src/modules/pv_headers/README
---
Diff:
https://github.com/kamailio/kamailio/commit/c44ccd0e66715f33620ddfc93cfeeb4…
Patch:
https://github.com/kamailio/kamailio/commit/c44ccd0e66715f33620ddfc93cfeeb4…
---
diff --git a/src/modules/pv_headers/README b/src/modules/pv_headers/README
index ec6e766ba5..828c7d1a13 100644
--- a/src/modules/pv_headers/README
+++ b/src/modules/pv_headers/README
@@ -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)
@@ -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
@@ -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)
@@ -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.
@@ -116,7 +116,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)
@@ -124,19 +124,19 @@ Chapter 1. Admin Guide
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)
@@ -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