瀏覽代碼

modules: readme files regenerated - ims_ipsec_pcscf ... [skip ci]

Kamailio Dev 5 年之前
父節點
當前提交
232df1a75c
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/modules/ims_ipsec_pcscf/README

+ 5 - 0
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)