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.
kamailio/doc/rpc_list/docbook/rpc_cfg_rpc.xml

167 lines
3.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- this file is autogenerated, do not edit! -->
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<chapter id="rpc_exports.cfg_rpc">
<title>
RPC Exports for cfg_rpc
</title>
<section id="cfg.set"><title>cfg.set</title>
<para>
Set the value of a configuration variable and commit the change
immediately
</para>
<para>
</para>
</section>
<section id="cfg.set_now_int"><title>cfg.set_now_int</title>
<para>
Set the value of a configuration variable and commit the change
immediately
</para>
<para>
</para>
</section>
<section id="cfg.seti"><title>cfg.seti</title>
<para>
Set the value of a configuration variable and commit the change
immediately
</para>
<para>
</para>
</section>
<section id="cfg.set_now_string"><title>cfg.set_now_string</title>
<para>
Set the value of a configuration variable and commit the change
immediately
</para>
<para>
</para>
</section>
<section id="cfg.sets"><title>cfg.sets</title>
<para>
Set the value of a configuration variable and commit the change
immediately
</para>
<para>
</para>
</section>
<section id="cfg.del"><title>cfg.del</title>
<para>
Delete the value of a configuration variable from a group
instance and commit the change immediately
</para>
<para>
</para>
</section>
<section id="cfg.set_delayed"><title>cfg.set_delayed</title>
<para>
Prepare the change of a configuration variable, but does not
commit the new value yet
</para>
<para>
</para>
</section>
<section id="cfg.set_delayed_int"><title>cfg.set_delayed_int</title>
<para>
Prepare the change of a configuration variable, but does not
commit the new value yet
</para>
<para>
</para>
</section>
<section id="cfg.set_delayed_string"><title>cfg.set_delayed_string</title>
<para>
Prepare the change of a configuration variable, but does not
commit the new value yet
</para>
<para>
</para>
</section>
<section id="cfg.del_delayed"><title>cfg.del_delayed</title>
<para>
Prepare the deletion of the value of a configuration variable
from a group instance, but does not commit the change yet
</para>
<para>
</para>
</section>
<section id="cfg.commit"><title>cfg.commit</title>
<para>
Commit the previously prepared configuration changes
</para>
<para>
</para>
</section>
<section id="cfg.rollback"><title>cfg.rollback</title>
<para>
Drop the prepared configuration changes
</para>
<para>
</para>
</section>
<section id="cfg.get"><title>cfg.get</title>
<para>
Get the value of a configuration variable
</para>
<para>
</para>
</section>
<section id="cfg.help"><title>cfg.help</title>
<para>
Print the description of a configuration variable
</para>
<para>
</para>
</section>
<section id="cfg.list"><title>cfg.list</title>
<para>
List the configuration variables
</para>
<para>
</para>
</section>
<section id="cfg.diff"><title>cfg.diff</title>
<para>
List the pending configuration changes that have not been
committed yet
</para>
<para>
</para>
</section>
<section id="cfg.add_group_inst"><title>cfg.add_group_inst</title>
<para>
Add a new instance to an existing configuration group
</para>
<para>
</para>
</section>
<section id="cfg.del_group_inst"><title>cfg.del_group_inst</title>
<para>
Delte an instance of a configuration group
</para>
<para>
</para>
</section>
</chapter>