mirror of https://github.com/sipwise/kamailio.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.9 KiB
69 lines
1.9 KiB
<?xml version="1.0" encoding='ISO-8859-1'?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
|
|
<!-- Include general documentation entities -->
|
|
<!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
|
|
%docentities;
|
|
|
|
]>
|
|
|
|
<section id="tls.rpc">
|
|
<sectioninfo>
|
|
</sectioninfo>
|
|
<title>RPC Commands</title>
|
|
<section id="tls.info">
|
|
<title><function>tls.info</function></title>
|
|
<para>
|
|
List internal information related to the TLS module in
|
|
a short list - max connections, opened connections and the
|
|
write queue size.
|
|
</para>
|
|
<para>Parameters: </para>
|
|
<itemizedlist>
|
|
<listitem><para>
|
|
None.
|
|
</para></listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
<section id="tls.list">
|
|
<title><function>tls.list</function></title>
|
|
<para>
|
|
List details about all active TLS connections.
|
|
</para>
|
|
<para>Parameters: </para>
|
|
<itemizedlist>
|
|
<listitem><para>
|
|
None.
|
|
</para></listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
<section id="tls.options">
|
|
<title><function>tls.options</function></title>
|
|
<para>
|
|
List the current TLS configuration.
|
|
</para>
|
|
<para>Parameters: </para>
|
|
<itemizedlist>
|
|
<listitem><para>
|
|
None.
|
|
</para></listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
<section id="tls.reload">
|
|
<title><function>tls.reload</function></title>
|
|
<para>
|
|
Reload the external TLS configuration file. (Does not reload
|
|
modparam() parameters)
|
|
</para>
|
|
<para>Parameters: </para>
|
|
<itemizedlist>
|
|
<listitem><para>
|
|
None.
|
|
</para></listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
|
|
|
|
</section>
|