...
|
...
|
@@ -65,8 +65,20 @@
|
65
|
65
|
<function moreinfo="none">tm.t_uac_wait</function>
|
66
|
66
|
</title>
|
67
|
67
|
<para>
|
68
|
|
- Similar to tm.t_uac_start, but waits for the SIP response and tries to
|
69
|
|
- provide its details via RPC response.
|
|
68
|
+ Similar to tm.t_uac_start, but waits asynchronously for the SIP response
|
|
69
|
+ and tries to provide its details via RPC response.
|
|
70
|
+ </para>
|
|
71
|
+ </section>
|
|
72
|
+
|
|
73
|
+ <section id="tm.rpc.t_uac_wait">
|
|
74
|
+ <title>
|
|
75
|
+ <function moreinfo="none">tm.t_uac_wait</function>
|
|
76
|
+ </title>
|
|
77
|
+ <para>
|
|
78
|
+ Similar to tm.t_uac_start, but blocks waiting for the SIP response and
|
|
79
|
+ returns the SIP reply code and reason text via RPC response. It waits
|
|
80
|
+ up to 80 seconds, if no reply is received, it returns a RPC fault 500
|
|
81
|
+ code. While waiting, the RPC process cannot handle other RPC commands.
|
70
|
82
|
</para>
|
71
|
83
|
</section>
|
72
|
84
|
|