[sr-dev] git:master:df9d6b10: presence : document cseq_offset

Luis Azedo luis at 2600hz.com
Thu Mar 9 12:40:18 CET 2017


Module: kamailio
Branch: master
Commit: df9d6b100f789259391789ac4758dc347ca18fe2
URL: https://github.com/kamailio/kamailio/commit/df9d6b100f789259391789ac4758dc347ca18fe2

Author: Luis Azedo <luis at 2600hz.com>
Committer: Luis Azedo <luis at 2600hz.com>
Date: 2017-03-04T12:36:22Z

presence : document cseq_offset

---

Modified: src/modules/presence/doc/presence_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/df9d6b100f789259391789ac4758dc347ca18fe2.diff
Patch: https://github.com/kamailio/kamailio/commit/df9d6b100f789259391789ac4758dc347ca18fe2.patch

---

diff --git a/src/modules/presence/doc/presence_admin.xml b/src/modules/presence/doc/presence_admin.xml
index 6abcc72..3f35840 100644
--- a/src/modules/presence/doc/presence_admin.xml
+++ b/src/modules/presence/doc/presence_admin.xml
@@ -175,7 +175,25 @@ modparam("presence", "clean_period", 100)
 </programlisting>
 		</example>
 	</section>
-	<section id="presence.p.db_update_period">
+    <section id="presence.p.cseq_offset">
+        <title><varname>cseq_offset</varname> (int)</title>
+        <para>
+            The allowed offset between server and client cseq.
+        </para>
+        <para>
+            <emphasis>Default value is <quote>0</quote>.
+            </emphasis>
+        </para>
+        <example>
+            <title>Set <varname>cseq_offset</varname> parameter</title>
+            <programlisting format="linespecific">
+                ...
+                modparam("presence", "cseq_offset", 1)
+                ...
+            </programlisting>
+        </example>
+    </section>
+    <section id="presence.p.db_update_period">
 		<title><varname>db_update_period</varname> (int)</title>
 		<para>
 		The period at which to synchronize cached subscriber info with the




More information about the sr-dev mailing list