Module: kamailio
Branch: master
Commit: 80c941bd083854c4b55bd4af218cb65d06040d94
URL:
https://github.com/kamailio/kamailio/commit/80c941bd083854c4b55bd4af218cb65…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-05-31T10:16:16+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/80c941bd083854c4b55bd4af218cb65…
Patch:
https://github.com/kamailio/kamailio/commit/80c941bd083854c4b55bd4af218cb65…
---
diff --git a/src/modules/ims_ipsec_pcscf/README b/src/modules/ims_ipsec_pcscf/README
index f02167fb7e..dbbf9c55d5 100644
--- a/src/modules/ims_ipsec_pcscf/README
+++ b/src/modules/ims_ipsec_pcscf/README
@@ -302,13 +302,15 @@ ipsec_create("location", "1");
* 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.
- + 0x04 - use destination URI for IPSec tunnel search. Useful for
- routing requests within dialog.
- + 0x08 - use new R-URI for IPSec tunnel search.
+ + 0x01 (1) - set force socket for request messages. Useful for
+ ipsec and TCP.
+ + 0x02 (2) - reverse search for a contact in the memory. Useful
+ when contact alias is disabled.
+ + 0x04 (4) - use destination URI for IPSec tunnel search. Useful
+ for routing requests within dialog.
+ + 0x08 (8) - use new R-URI for IPSec tunnel search.
+ + 0x10 (16) - do not look for alias parameter to set received
+ details.
This is an optional parameter, default value - 0.
Example 1.12. ipsec_forward