Skip to content

Commit

Permalink
ims_ipsec_pcscf: docs for new flag to use dst uri for ipsec tunnel se…
Browse files Browse the repository at this point in the history
…arch
  • Loading branch information
miconda committed May 30, 2022
1 parent a851acc commit c0628e4
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions src/modules/ims_ipsec_pcscf/doc/ims_ipsec_pcscf_admin.xml
Expand Up @@ -281,8 +281,27 @@ ipsec_create("location", "1");
</para>
<para>
<emphasis>flags</emphasis> - 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.
<itemizedlist>
<listitem>
<para>
<emphasis>0x01</emphasis> - set force socket for request messages. Useful for ipsec and TCP.
</para>
</listitem>
<listitem>
<para>
<emphasis>0x02</emphasis> - reverse search for a contact in the memory.
Useful when contact alias is disabled.
</para>
</listitem>
<listitem>
<para>
<emphasis>0x04</emphasis> - use destination URI for IPSec tunnel search. Useful for
routing requests within dialog.
</para>
</listitem>
</itemizedlist>
</para>
<para>
This is an optional parameter, default value - 0.
</para>
</listitem>
Expand Down

0 comments on commit c0628e4

Please sign in to comment.