Browse Source

tm: docs for rpc commands with hexa-encoded body

Daniel-Constantin Mierla 2 tháng trước cách đây
mục cha
commit
c1fa64233a
1 tập tin đã thay đổi với 65 bổ sung4 xóa
  1. 65 4
      src/modules/tm/doc/rpc.xml

+ 65 - 4
src/modules/tm/doc/rpc.xml

@@ -60,6 +60,16 @@
 		</itemizedlist>
 	</section>
 
+	<section id="tm.rpc.t_uac_start_hex">
+		<title>
+		<function moreinfo="none">tm.t_uac_start_hex</function>
+		</title>
+		<para>
+		Similar to tm.t_uac_start, but with hexa-encoded body. The whitespaces
+		are ignored when decoding the body.
+		</para>
+	</section>
+
 	<section id="tm.rpc.t_uac_wait">
 		<title>
 		<function moreinfo="none">tm.t_uac_wait</function>
@@ -70,6 +80,16 @@
 		</para>
 	</section>
 
+	<section id="tm.rpc.t_uac_wait_hex">
+		<title>
+		<function moreinfo="none">tm.t_uac_wait_hex</function>
+		</title>
+		<para>
+		Similar to tm.t_uac_wait, but with hexa-encoded body. The whitespaces
+		are ignored when decoding the body.
+		</para>
+	</section>
+
 	<section id="tm.rpc.t_uac_wait_block">
 		<title>
 		<function moreinfo="none">tm.t_uac_wait_block</function>
@@ -82,6 +102,16 @@
 		</para>
 	</section>
 
+	<section id="tm.rpc.t_uac_wait_block_hex">
+		<title>
+		<function moreinfo="none">tm.t_uac_wait_block_hex</function>
+		</title>
+		<para>
+		Similar to tm.t_uac_wait_block, but with hexa-encoded body. The whitespaces
+		are ignored when decoding the body.
+		</para>
+	</section>
+
 	<section id="tm.rpc.t_uac_start_noack">
 		<title>
 		<function moreinfo="none">tm.t_uac_start_noack</function>
@@ -92,16 +122,17 @@
 		</para>
 	</section>
 
-	<section id="tm.rpc.t_uac_wait_block_noack">
+	<section id="tm.rpc.t_uac_start_noack_hex">
 		<title>
-		<function moreinfo="none">tm.t_uac_wait_block_noack</function>
+		<function moreinfo="none">tm.t_uac_start_noack_hex</function>
 		</title>
 		<para>
-		Similar to tm.t_uac_wait_block, but do not automatically send ACK for
-		local INVITE requests.
+		Similar to tm.t_uac_start_noack, but with hexa-encoded body. The whitespaces
+		are ignored when decoding the body.
 		</para>
 	</section>
 
+
 	<section id="tm.rpc.t_uac_wait_noack">
 		<title>
 		<function moreinfo="none">tm.t_uac_wait_noack</function>
@@ -112,6 +143,36 @@
 		</para>
 	</section>
 
+	<section id="tm.rpc.t_uac_wait_noack_hex">
+		<title>
+		<function moreinfo="none">tm.t_uac_wait_noack_hex</function>
+		</title>
+		<para>
+		Similar to tm.t_uac_wait_noack, but with hexa-encoded body. The whitespaces
+		are ignored when decoding the body.
+		</para>
+	</section>
+
+	<section id="tm.rpc.t_uac_wait_block_noack">
+		<title>
+		<function moreinfo="none">tm.t_uac_wait_block_noack</function>
+		</title>
+		<para>
+		Similar to tm.t_uac_wait_block, but do not automatically send ACK for
+		local INVITE requests.
+		</para>
+	</section>
+
+	<section id="tm.rpc.t_uac_wait_block_noack_hex">
+		<title>
+		<function moreinfo="none">tm.t_uac_wait_block_noack_hex</function>
+		</title>
+		<para>
+		Similar to tm.t_uac_wait_block_noack, but with hexa-encoded body.
+		The whitespaces are ignored when decoding the body.
+		</para>
+	</section>
+
 	<section id="tm.rpc.cancel">
 		<title>
 		<function moreinfo="none">tm.cancel</function>