|
@@ -133,12 +133,13 @@ Daniel-Constantin Mierla
|
|
|
|
|
|
5. RPC Commands
|
|
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
|
|
6. Event Routes
|
|
|
|
|
|
@@ -371,12 +372,13 @@ Chapter 1. Admin Guide
|
|
|
|
|
|
5. RPC Commands
|
|
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
|
|
6. Event Routes
|
|
|
|
|
|
@@ -2797,14 +2799,22 @@ t_uac_send("OPTIONS", "sip:[email protected]", "", "",
|
|
|
|
|
|
5. RPC Commands
|
|
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.
|
|
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,
|
|
* body - (optional, may not be present) request body (if present,
|
|
requires the “Content-Type” and “Content-length” headers)
|
|
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
|
|
Similar to rm.t_uac_start, but waits for the SIP reponse and tries to
|
|
provide its details via RPC response.
|
|
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.
|
|
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.
|
|
* callid - callid of the INVITE request to be cancelled.
|
|
* cseq - cseq 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.
|
|
Gets information about the load of TM internal hash table.
|
|
|
|
|
|
Parameters:
|
|
Parameters:
|
|
* none
|
|
* none
|
|
|
|
|
|
-5.5. tm.reply
|
|
|
|
|
|
+5.6. tm.reply
|
|
|
|
|
|
Generates and sends a reply for an existing inbound SIP transaction.
|
|
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,
|
|
* body - (optional, may not be present) reply body (if present,
|
|
requires the “Content-Type” and “Content-length” headers)
|
|
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.
|
|
Generates and sends a reply for an existing inbound SIP transaction.
|
|
|
|
|