Module: kamailio Branch: master Commit: e6b9cfeea47c7e377bbd030543a94437aaa54467 URL: https://github.com/kamailio/kamailio/commit/e6b9cfeea47c7e377bbd030543a94437aaa54467
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> 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/e6b9cfeea47c7e377bbd030543a94437aaa54467.diff Patch: https://github.com/kamailio/kamailio/commit/e6b9cfeea47c7e377bbd030543a94437aaa54467.patch --- 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:[email protected]", "", "", 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:[email protected]", "", "", * 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:[email protected]", "", "", * 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:[email protected]", "", "", * 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.
_______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
