Browse Source

ims_ipsec_pcscf: docs updated for ipsec_destroy()

Daniel-Constantin Mierla 1 năm trước cách đây
mục cha
commit
ef3f50db61
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/modules/ims_ipsec_pcscf/doc/ims_ipsec_pcscf_admin.xml

+ 5 - 1
src/modules/ims_ipsec_pcscf/doc/ims_ipsec_pcscf_admin.xml

@@ -345,7 +345,7 @@ ipsec_forward("location", "1");
     </section>
 
     <section>
-      <title><function moreinfo="none">ipsec_destroy(domain)</function></title>
+      <title><function moreinfo="none">ipsec_destroy(domain [, aor])</function></title>
       <para>The function destroys IPSec tunnel, created with ipsec_create.</para>
       <para>Meaning of the parameters is as follows:</para>
       <itemizedlist>
@@ -355,6 +355,10 @@ ipsec_forward("location", "1");
           If a database is used then this must be name of the table which
           stores the contacts.
           </para>
+          <para>
+			  <emphasis>aor</emphasis> - SIP URI to match the record. If not
+			  provided, then R-URI is used.
+          </para>
         </listitem>
 		  </itemizedlist>
       <example>