Module: kamailio Branch: master Commit: c1fa64233a41835b866e553986f30d7a0153e0da URL: https://github.com/kamailio/kamailio/commit/c1fa64233a41835b866e553986f30d7a0153e0da
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-07-09T09:34:28+02:00 tm: docs for rpc commands with hexa-encoded body --- Modified: src/modules/tm/doc/rpc.xml --- Diff: https://github.com/kamailio/kamailio/commit/c1fa64233a41835b866e553986f30d7a0153e0da.diff Patch: https://github.com/kamailio/kamailio/commit/c1fa64233a41835b866e553986f30d7a0153e0da.patch --- diff --git a/src/modules/tm/doc/rpc.xml b/src/modules/tm/doc/rpc.xml index 358b9eec683..00164bc5793 100644 --- a/src/modules/tm/doc/rpc.xml +++ b/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> _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!