Module: kamailio
Branch: master
Commit: f787d63fe0520f798983b439ebccda1b77932f55
URL:
https://github.com/kamailio/kamailio/commit/f787d63fe0520f798983b439ebccda1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-01-31T12:26:16+01:00
websocket: docs for verbose_list parameter
---
Modified: src/modules/websocket/doc/websocket_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/f787d63fe0520f798983b439ebccda1…
Patch:
https://github.com/kamailio/kamailio/commit/f787d63fe0520f798983b439ebccda1…
---
diff --git a/src/modules/websocket/doc/websocket_admin.xml
b/src/modules/websocket/doc/websocket_admin.xml
index a9cb121..c887c05 100644
--- a/src/modules/websocket/doc/websocket_admin.xml
+++ b/src/modules/websocket/doc/websocket_admin.xml
@@ -429,6 +429,22 @@ modparam("websocket", "cors_mode", 2)
</programlisting>
</example>
</section>
+ <section id="websocket.p.verbose_list">
+ <title><varname>verbose_list</varname> (int)</title>
+ <para>Allows to enable/disable the printing of debug
+ messages when getting the list of websocket connections. If enabled,
+ it prints debug messages every second for ping operations.</para>
+ <para><emphasis>Default value is 0
(disabled).</emphasis></para>
+ <example>
+ <title>Set <varname>verbose_list</varname>
+ parameter</title>
+ <programlisting format="linespecific">
+...
+modparam("websocket", "verbose_list", 1)
+...
+</programlisting>
+ </example>
+ </section>
</section>