Module: kamailio Branch: master Commit: 89eea7edb8832124dc325d8303b23ea5f36c88f4 URL: https://github.com/kamailio/kamailio/commit/89eea7edb8832124dc325d8303b23ea5...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-01-20T08:54:21+01:00
tm: docs for rpc t_uac_wait_block
---
Modified: src/modules/tm/doc/rpc.xml
---
Diff: https://github.com/kamailio/kamailio/commit/89eea7edb8832124dc325d8303b23ea5... Patch: https://github.com/kamailio/kamailio/commit/89eea7edb8832124dc325d8303b23ea5...
---
diff --git a/src/modules/tm/doc/rpc.xml b/src/modules/tm/doc/rpc.xml index 3304b390d4..18eeccd97c 100644 --- a/src/modules/tm/doc/rpc.xml +++ b/src/modules/tm/doc/rpc.xml @@ -65,8 +65,20 @@ <function moreinfo="none">tm.t_uac_wait</function> </title> <para> - Similar to tm.t_uac_start, but waits for the SIP response and tries to - provide its details via RPC response. + Similar to tm.t_uac_start, but waits asynchronously for the SIP response + and tries to provide its details via RPC response. + </para> + </section> + + <section id="tm.rpc.t_uac_wait"> + <title> + <function moreinfo="none">tm.t_uac_wait</function> + </title> + <para> + Similar to tm.t_uac_start, but blocks waiting for the SIP response and + returns the SIP reply code and reason text via RPC response. It waits + up to 80 seconds, if no reply is received, it returns a RPC fault 500 + code. While waiting, the RPC process cannot handle other RPC commands. </para> </section>