Module: kamailio
Branch: master
Commit: 232df1a75c12bc3109624a819038a7621375f5e5
URL:
https://github.com/kamailio/kamailio/commit/232df1a75c12bc3109624a819038a76…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-08-20T12:01:15+02:00
modules: readme files regenerated - ims_ipsec_pcscf ... [skip ci]
---
Modified: src/modules/ims_ipsec_pcscf/README
---
Diff:
https://github.com/kamailio/kamailio/commit/232df1a75c12bc3109624a819038a76…
Patch:
https://github.com/kamailio/kamailio/commit/232df1a75c12bc3109624a819038a76…
---
diff --git a/src/modules/ims_ipsec_pcscf/README b/src/modules/ims_ipsec_pcscf/README
index e80d339f5b..c7ace804a2 100644
--- a/src/modules/ims_ipsec_pcscf/README
+++ b/src/modules/ims_ipsec_pcscf/README
@@ -254,10 +254,15 @@ modparam("ims_ipsec_pcscf",
"ipsec_spi_id_range", 1000)
Meaning of the parameters is as follows:
* domain - Logical domain within the registrar. If a database is used
then this must be name of the table which stores the contacts.
+ flags - bitwise flag: 0x01 - if set - delete unused tunnels before
+ every registration. This is an optional parameter, default value -
+ 0.
Example 1.9. ipsec_create
...
ipsec_create("location");
+# or
+ipsec_create("location", "1");
...
4.2. ipsec_forward(domain, flags)