Module: kamailio
Branch: master
Commit: 39c44dd769104c2cc3af6c3a11ec44287134894b
URL:
https://github.com/kamailio/kamailio/commit/39c44dd769104c2cc3af6c3a11ec442…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-05-30T15:31:17+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/39c44dd769104c2cc3af6c3a11ec442…
Patch:
https://github.com/kamailio/kamailio/commit/39c44dd769104c2cc3af6c3a11ec442…
---
diff --git a/src/modules/ims_ipsec_pcscf/README b/src/modules/ims_ipsec_pcscf/README
index f9e0d36d27..43c1886ba3 100644
--- a/src/modules/ims_ipsec_pcscf/README
+++ b/src/modules/ims_ipsec_pcscf/README
@@ -301,10 +301,14 @@ ipsec_create("location", "1");
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 - set force socket for request messages.
- Useful for ipsec and TCP. 0x02 - reverse search for a contact in
- the memory. Useful when contact alias is disabled. This is an
- optional parameter, default value - 0.
+ flags - bitwise flag:
+ + 0x01 - set force socket for request messages. Useful for ipsec
+ and TCP.
+ + 0x02 - reverse search for a contact in the memory. Useful when
+ contact alias is disabled.
+ + 0x04 - use destination URI for IPSec tunnel search. Useful for
+ routing requests within dialog.
+ This is an optional parameter, default value - 0.
Example 1.12. ipsec_forward
...