Module: kamailio
Branch: master
Commit: e59c4415707f0995a0d5315b5601ae518b4f1ed5
URL:
https://github.com/kamailio/kamailio/commit/e59c4415707f0995a0d5315b5601ae5…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-11-22T10:17:01+01:00
modules: readme files regenerated - ims_ipsec_pcscf ... [skip ci]
---
Modified: src/modules/ims_ipsec_pcscf/README
---
Diff:
https://github.com/kamailio/kamailio/commit/e59c4415707f0995a0d5315b5601ae5…
Patch:
https://github.com/kamailio/kamailio/commit/e59c4415707f0995a0d5315b5601ae5…
---
diff --git a/src/modules/ims_ipsec_pcscf/README b/src/modules/ims_ipsec_pcscf/README
index 81c0cb4cb99..f94669509f1 100644
--- a/src/modules/ims_ipsec_pcscf/README
+++ b/src/modules/ims_ipsec_pcscf/README
@@ -58,7 +58,7 @@ Tsvetomir Dimitrov
4.1. ipsec_create(domain)
4.2. ipsec_forward(domain, flags)
- 4.3. ipsec_destroy(domain)
+ 4.3. ipsec_destroy(domain [, aor])
List of Examples
@@ -103,7 +103,7 @@ Chapter 1. Admin Guide
4.1. ipsec_create(domain)
4.2. ipsec_forward(domain, flags)
- 4.3. ipsec_destroy(domain)
+ 4.3. ipsec_destroy(domain [, aor])
1. Overview
@@ -270,7 +270,7 @@ modparam("ims_ipsec_pcscf",
"ipsec_preferred_ealg", "aes-cbc")
4.1. ipsec_create(domain)
4.2. ipsec_forward(domain, flags)
- 4.3. ipsec_destroy(domain)
+ 4.3. ipsec_destroy(domain [, aor])
4.1. ipsec_create(domain)
@@ -325,13 +325,15 @@ ipsec_forward("location");
ipsec_forward("location", "1");
...
-4.3. ipsec_destroy(domain)
+4.3. ipsec_destroy(domain [, aor])
The function destroys IPSec tunnel, created with ipsec_create.
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.
+ aor - SIP URI to match the record. If not provided, then R-URI is
+ used.
Example 1.13. ipsec_destroy
...