Module: kamailio Branch: master Commit: e6b9cfeea47c7e377bbd030543a94437aaa54467 URL: https://github.com/kamailio/kamailio/commit/e6b9cfeea47c7e377bbd030543a94437...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-08-30T21:01:25+02:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/e6b9cfeea47c7e377bbd030543a94437... Patch: https://github.com/kamailio/kamailio/commit/e6b9cfeea47c7e377bbd030543a94437...
---
diff --git a/src/modules/tm/README b/src/modules/tm/README index 6e7bc5ca3f..bec0630d95 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -133,12 +133,13 @@ Daniel-Constantin Mierla
5. RPC Commands
- 5.1. tm.t_uac_start - 5.2. tm.t_uac_wait - 5.3. tm.cancel - 5.4. tm.hash_stats - 5.5. tm.reply - 5.6. tm.reply_callid + 5.1. tm.list + 5.2. tm.t_uac_start + 5.3. tm.t_uac_wait + 5.4. tm.cancel + 5.5. tm.hash_stats + 5.6. tm.reply + 5.7. tm.reply_callid
6. Event Routes
@@ -371,12 +372,13 @@ Chapter 1. Admin Guide
5. RPC Commands
- 5.1. tm.t_uac_start - 5.2. tm.t_uac_wait - 5.3. tm.cancel - 5.4. tm.hash_stats - 5.5. tm.reply - 5.6. tm.reply_callid + 5.1. tm.list + 5.2. tm.t_uac_start + 5.3. tm.t_uac_wait + 5.4. tm.cancel + 5.5. tm.hash_stats + 5.6. tm.reply + 5.7. tm.reply_callid
6. Event Routes
@@ -2797,14 +2799,22 @@ t_uac_send("OPTIONS", "sip:alice@kamailio.org", "", "",
5. RPC Commands
- 5.1. tm.t_uac_start - 5.2. tm.t_uac_wait - 5.3. tm.cancel - 5.4. tm.hash_stats - 5.5. tm.reply - 5.6. tm.reply_callid + 5.1. tm.list + 5.2. tm.t_uac_start + 5.3. tm.t_uac_wait + 5.4. tm.cancel + 5.5. tm.hash_stats + 5.6. tm.reply + 5.7. tm.reply_callid
-5.1. tm.t_uac_start +5.1. tm.list + + List details of transactions. + + Parameters: + * none + +5.2. tm.t_uac_start
Generates and sends a local SIP request.
@@ -2819,12 +2829,12 @@ t_uac_send("OPTIONS", "sip:alice@kamailio.org", "", "", * body - (optional, may not be present) request body (if present, requires the “Content-Type” and “Content-length” headers)
-5.2. tm.t_uac_wait +5.3. tm.t_uac_wait
Similar to rm.t_uac_start, but waits for the SIP reponse and tries to provide its details via RPC response.
-5.3. tm.cancel +5.4. tm.cancel
Generates and sends a CANCEL for an existing local SIP request.
@@ -2832,14 +2842,14 @@ t_uac_send("OPTIONS", "sip:alice@kamailio.org", "", "", * callid - callid of the INVITE request to be cancelled. * cseq - cseq of the INVITE request to be cancelled.
-5.4. tm.hash_stats +5.5. tm.hash_stats
Gets information about the load of TM internal hash table.
Parameters: * none
-5.5. tm.reply +5.6. tm.reply
Generates and sends a reply for an existing inbound SIP transaction.
@@ -2853,7 +2863,7 @@ t_uac_send("OPTIONS", "sip:alice@kamailio.org", "", "", * body - (optional, may not be present) reply body (if present, requires the “Content-Type” and “Content-length” headers)
-5.6. tm.reply_callid +5.7. tm.reply_callid
Generates and sends a reply for an existing inbound SIP transaction.