Skip to content

Commit

Permalink
modules: readme files regenerated - tm ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Aug 30, 2017
1 parent ec62424 commit e6b9cfe
Showing 1 changed file with 34 additions and 24 deletions.
58 changes: 34 additions & 24 deletions src/modules/tm/README
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand All @@ -2819,27 +2829,27 @@ 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.

Parameters:
* 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.

Expand All @@ -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.

Expand Down

0 comments on commit e6b9cfe

Please sign in to comment.