... | ... |
@@ -147,7 +147,7 @@ Daniel-Constantin Mierla |
147 | 147 |
5.1. tm.list |
148 | 148 |
5.2. tm.t_uac_start |
149 | 149 |
5.3. tm.t_uac_wait |
150 |
- 5.4. tm.t_uac_wait |
|
150 |
+ 5.4. tm.t_uac_wait_block |
|
151 | 151 |
5.5. tm.cancel |
152 | 152 |
5.6. tm.hash_stats |
153 | 153 |
5.7. tm.reply |
... | ... |
@@ -413,7 +413,7 @@ Chapter 1. Admin Guide |
413 | 413 |
5.1. tm.list |
414 | 414 |
5.2. tm.t_uac_start |
415 | 415 |
5.3. tm.t_uac_wait |
416 |
- 5.4. tm.t_uac_wait |
|
416 |
+ 5.4. tm.t_uac_wait_block |
|
417 | 417 |
5.5. tm.cancel |
418 | 418 |
5.6. tm.hash_stats |
419 | 419 |
5.7. tm.reply |
... | ... |
@@ -3030,7 +3030,7 @@ t_clean(); |
3030 | 3030 |
5.1. tm.list |
3031 | 3031 |
5.2. tm.t_uac_start |
3032 | 3032 |
5.3. tm.t_uac_wait |
3033 |
- 5.4. tm.t_uac_wait |
|
3033 |
+ 5.4. tm.t_uac_wait_block |
|
3034 | 3034 |
5.5. tm.cancel |
3035 | 3035 |
5.6. tm.hash_stats |
3036 | 3036 |
5.7. tm.reply |
... | ... |
@@ -3065,7 +3065,7 @@ t_clean(); |
3065 | 3065 |
Similar to tm.t_uac_start, but waits asynchronously for the SIP |
3066 | 3066 |
response and tries to provide its details via RPC response. |
3067 | 3067 |
|
3068 |
-5.4. tm.t_uac_wait |
|
3068 |
+5.4. tm.t_uac_wait_block |
|
3069 | 3069 |
|
3070 | 3070 |
Similar to tm.t_uac_start, but blocks waiting for the SIP response and |
3071 | 3071 |
returns the SIP reply code and reason text via RPC response. It waits |