Module: kamailio
Branch: master
Commit: 2bd6985b8a6f87cfe8238a095e5d63a1bebf82d4
URL:
https://github.com/kamailio/kamailio/commit/2bd6985b8a6f87cfe8238a095e5d63a…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-07-04T16:01:16+02:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff:
https://github.com/kamailio/kamailio/commit/2bd6985b8a6f87cfe8238a095e5d63a…
Patch:
https://github.com/kamailio/kamailio/commit/2bd6985b8a6f87cfe8238a095e5d63a…
---
diff --git a/src/modules/tm/README b/src/modules/tm/README
index 91250b9de7..e9fdc28416 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -147,7 +147,7 @@ Daniel-Constantin Mierla
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
- 5.4. tm.t_uac_wait
+ 5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
@@ -413,7 +413,7 @@ Chapter 1. Admin Guide
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
- 5.4. tm.t_uac_wait
+ 5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
@@ -3030,7 +3030,7 @@ t_clean();
5.1. tm.list
5.2. tm.t_uac_start
5.3. tm.t_uac_wait
- 5.4. tm.t_uac_wait
+ 5.4. tm.t_uac_wait_block
5.5. tm.cancel
5.6. tm.hash_stats
5.7. tm.reply
@@ -3065,7 +3065,7 @@ t_clean();
Similar to tm.t_uac_start, but waits asynchronously for the SIP
response and tries to provide its details via RPC response.
-5.4. tm.t_uac_wait
+5.4. tm.t_uac_wait_block
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