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.
66 lines
1.4 KiB
66 lines
1.4 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.tm">
|
|
<title>
|
|
RPC Exports for tm
|
|
</title>
|
|
|
|
|
|
<section id="tm.cancel"><title>tm.cancel</title>
|
|
<para>
|
|
Cancel a pending transaction
|
|
</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="tm.reply"><title>tm.reply</title>
|
|
<para>
|
|
Reply transaction
|
|
</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="tm.stats"><title>tm.stats</title>
|
|
<para>
|
|
Print transaction statistics.
|
|
</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="tm.hash_stats"><title>tm.hash_stats</title>
|
|
<para>
|
|
Prints hash table statistics (can be used only if tm is
|
|
compiled with -DTM_HASH_STATS).
|
|
</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="tm.t_uac_start"><title>tm.t_uac_start</title>
|
|
<para>
|
|
starts a tm uac using a list of string parameters: method,
|
|
ruri, dst_uri, send_sock, headers (CRLF separated) and body
|
|
(optional)
|
|
</para>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="tm.t_uac_wait"><title>tm.t_uac_wait</title>
|
|
<para>
|
|
starts a tm uac and waits for the final reply, using a list of
|
|
string parameters: method, ruri, dst_uri send_sock, headers
|
|
(CRLF separated) and body (optional)
|
|
</para>
|
|
<para>
|
|
Returns an array.
|
|
</para>
|
|
</section>
|
|
|
|
</chapter>
|