Module: kamailio
Branch: master
Commit: 58021b2e94c3f98048470d83fe9e331ebb8e725f
URL:
https://github.com/kamailio/kamailio/commit/58021b2e94c3f98048470d83fe9e331…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2019-12-11T11:40:30+01:00
registrar: add documentation for xavp_rcd_mask parameter
---
Modified: src/modules/registrar/doc/registrar_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/58021b2e94c3f98048470d83fe9e331…
Patch:
https://github.com/kamailio/kamailio/commit/58021b2e94c3f98048470d83fe9e331…
---
diff --git a/src/modules/registrar/doc/registrar_admin.xml
b/src/modules/registrar/doc/registrar_admin.xml
index e8b1a75716..eb87035f02 100644
--- a/src/modules/registrar/doc/registrar_admin.xml
+++ b/src/modules/registrar/doc/registrar_admin.xml
@@ -809,6 +809,37 @@ modparam("registrar", "xavp_rcd",
"ulrcd")
</example>
</section>
+ <section id="registrar.p.xavp_rcd_mask">
+ <title><varname>xavp_rcd_mask</varname> (int)</title>
+ <para>
+ Defines what values to skip when xavp_rcd is stored.
+ </para>
+ <itemizedlist>
+ <listitem><para>1 -
<emphasis>ruid</emphasis></para></listitem>
+ <listitem><para>2 -
<emphasis>contact</emphasis></para></listitem>
+ <listitem><para>4 -
<emphasis>expires</emphasis></para></listitem>
+ <listitem><para>8 -
<emphasis>received</emphasis></para></listitem>
+ <listitem><para>16 -
<emphasis>path</emphasis></para></listitem>
+ </itemizedlist>
+ <para>
+ <emphasis>
+ Default value is 0 (none).
+ </emphasis>
+ </para>
+ <example>
+ <title>Set <varname>xavp_rcd_mask</varname> parameter</title>
+ <programlisting format="linespecific">
+...
+# skip path value
+modparam("registrar", "xavp_rcd_mask", 16)
+...
+# skip path and expires values
+modparam("registrar", "xavp_rcd_mask", 20)
+...
+ </programlisting>
+ </example>
+ </section>
+
<section id="registrar.p.gruu_enabled">
<title><varname>gruu_enabled</varname> (integer)</title>
<para>