Module: sip-router Branch: master Commit: ebd482edb06d67883823a978925a7d8baae5b1db URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebd482edb06d67883823a978925a7d8baae5b1db
Author: Andrei Pelinescu-Onciul <[email protected]> Committer: Andrei Pelinescu-Onciul <[email protected]> Date: Sun Mar 7 12:56:02 2010 +0100 doc: rpc_lists regenerated --- doc/rpc_list/docbook/rpc_list.xml | 48 ++++++++++++++++++++----------------- doc/rpc_list/docbook/rpc_tm.xml | 17 ++++++++---- doc/rpc_list/rpc_tm.txt | 17 ++++++++---- 3 files changed, 48 insertions(+), 34 deletions(-) diff --git a/doc/rpc_list/docbook/rpc_list.xml b/doc/rpc_list/docbook/rpc_list.xml index be598dc..6cc23b4 100644 --- a/doc/rpc_list/docbook/rpc_list.xml +++ b/doc/rpc_list/docbook/rpc_list.xml @@ -1,37 +1,41 @@ <?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"> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" + [ <!ENTITY % local.common.attrib + "xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'">] +> <book id="rpc_list" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>RPC Exports List</title> - <info><revhistory><revision> - <revnumber>sip-router git-4896b7</revnumber> + <bookinfo><revhistory><revision> + <revnumber>sip-router git-22a6f9</revnumber> + <date>Sun, 07 Mar 2010 12:53:13 +0100</date> <revremark> Automatically generated by: make -C doc/rpc_list all </revremark> - </revision></revhistory></info> + </revision></revhistory></bookinfo> <xi:include href="rpc_core.xml"/> - <xi:include href="rpc_pdt.xml"/> - <xi:include href="rpc_pike.xml"/> - <xi:include href="rpc_presence_b2b.xml"/> - <xi:include href="rpc_gflags.xml"/> - <xi:include href="rpc_dispatcher.xml"/> - <xi:include href="rpc_prefix_route.xml"/> - <xi:include href="rpc_domain.xml"/> - <xi:include href="rpc_cpl-c.xml"/> - <xi:include href="rpc_sl.xml"/> - <xi:include href="rpc_usrloc_s.xml"/> - <xi:include href="rpc_ratelimit.xml"/> - <xi:include href="rpc_tm.xml"/> - <xi:include href="rpc_tls.xml"/> - <xi:include href="rpc_lcr.xml"/> - <xi:include href="rpc_debugger.xml"/> - <xi:include href="rpc_ctl.xml"/> <xi:include href="rpc_cfg_rpc.xml"/> + <xi:include href="rpc_ctl.xml"/> <xi:include href="rpc_db_flatstore.xml"/> + <xi:include href="rpc_debugger.xml"/> + <xi:include href="rpc_lcr.xml"/> <xi:include href="rpc_mi_rpc.xml"/> + <xi:include href="rpc_tls.xml"/> + <xi:include href="rpc_tm.xml"/> <xi:include href="rpc_htable.xml"/> - <xi:include href="rpc_usrloc_k.xml"/> <xi:include href="rpc_uac.xml"/> + <xi:include href="rpc_usrloc_k.xml"/> + <xi:include href="rpc_cpl-c.xml"/> + <xi:include href="rpc_dispatcher.xml"/> + <xi:include href="rpc_domain.xml"/> + <xi:include href="rpc_gflags.xml"/> + <xi:include href="rpc_pdt.xml"/> + <xi:include href="rpc_pike.xml"/> + <xi:include href="rpc_prefix_route.xml"/> + <xi:include href="rpc_presence_b2b.xml"/> + <xi:include href="rpc_ratelimit.xml"/> + <xi:include href="rpc_sl.xml"/> + <xi:include href="rpc_usrloc_s.xml"/> </book> diff --git a/doc/rpc_list/docbook/rpc_tm.xml b/doc/rpc_list/docbook/rpc_tm.xml index 9147b1f..6b59300 100644 --- a/doc/rpc_list/docbook/rpc_tm.xml +++ b/doc/rpc_list/docbook/rpc_tm.xml @@ -10,7 +10,7 @@ RPC Exports for tm <section id="tm.cancel"><title>tm.cancel</title> <para> - Documentation missing (rpc_cancel_doc). + Cancel a pending transaction </para> <para> </para> @@ -18,7 +18,7 @@ RPC Exports for tm <section id="tm.reply"><title>tm.reply</title> <para> - Documentation missing (rpc_reply_doc). + Reply transaction </para> <para> </para> @@ -26,7 +26,7 @@ RPC Exports for tm <section id="tm.stats"><title>tm.stats</title> <para> - Documentation missing (tm_rpc_stats_doc). + Print transaction statistics. </para> <para> </para> @@ -34,7 +34,8 @@ RPC Exports for tm <section id="tm.hash_stats"><title>tm.hash_stats</title> <para> - Documentation missing (tm_rpc_hash_stats_doc). + Prints hash table statistics (can be used only if tm is + compiled with -DTM_HASH_STATS). </para> <para> </para> @@ -42,7 +43,9 @@ RPC Exports for tm <section id="tm.t_uac_start"><title>tm.t_uac_start</title> <para> - Documentation missing (rpc_t_uac_start_doc). + 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> @@ -50,7 +53,9 @@ RPC Exports for tm <section id="tm.t_uac_wait"><title>tm.t_uac_wait</title> <para> - Documentation missing (rpc_t_uac_wait_doc). + 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. diff --git a/doc/rpc_list/rpc_tm.txt b/doc/rpc_list/rpc_tm.txt index 177ff05..60b0802 100644 --- a/doc/rpc_list/rpc_tm.txt +++ b/doc/rpc_list/rpc_tm.txt @@ -5,21 +5,26 @@ RPC Exports for tm 1. tm.cancel - Documentation missing (rpc_cancel_doc). + Cancel a pending transaction 2. tm.reply - Documentation missing (rpc_reply_doc). + Reply transaction 3. tm.stats - Documentation missing (tm_rpc_stats_doc). + Print transaction statistics. 4. tm.hash_stats - Documentation missing (tm_rpc_hash_stats_doc). + Prints hash table statistics (can be used only if tm is + compiled with -DTM_HASH_STATS). 5. tm.t_uac_start - Documentation missing (rpc_t_uac_start_doc). + starts a tm uac using a list of string parameters: method, + ruri, dst_uri, send_sock, headers (CRLF separated) and body + (optional) 6. tm.t_uac_wait - Documentation missing (rpc_t_uac_wait_doc). + 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) Returns an array. _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
