diff --git a/src/modules/ims_ipsec_pcscf/README b/src/modules/ims_ipsec_pcscf/README index e80d339f5b4..c7ace804a2f 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)