|
@@ -156,12 +156,15 @@ Daniel-Constantin Mierla
|
|
5.2. tm.t_uac_start
|
|
5.2. tm.t_uac_start
|
|
5.3. tm.t_uac_wait
|
|
5.3. tm.t_uac_wait
|
|
5.4. tm.t_uac_wait_block
|
|
5.4. tm.t_uac_wait_block
|
|
- 5.5. tm.cancel
|
|
|
|
- 5.6. tm.hash_stats
|
|
|
|
- 5.7. tm.reply
|
|
|
|
- 5.8. tm.reply_callid
|
|
|
|
- 5.9. tm.clean
|
|
|
|
- 5.10. tm.stats
|
|
|
|
|
|
+ 5.5. tm.t_uac_start_noack
|
|
|
|
+ 5.6. tm.t_uac_wait_block_noack
|
|
|
|
+ 5.7. tm.t_uac_wait_noack
|
|
|
|
+ 5.8. tm.cancel
|
|
|
|
+ 5.9. tm.hash_stats
|
|
|
|
+ 5.10. tm.reply
|
|
|
|
+ 5.11. tm.reply_callid
|
|
|
|
+ 5.12. tm.clean
|
|
|
|
+ 5.13. tm.stats
|
|
|
|
|
|
6. Event Routes
|
|
6. Event Routes
|
|
|
|
|
|
@@ -439,12 +442,15 @@ Chapter 1. Admin Guide
|
|
5.2. tm.t_uac_start
|
|
5.2. tm.t_uac_start
|
|
5.3. tm.t_uac_wait
|
|
5.3. tm.t_uac_wait
|
|
5.4. tm.t_uac_wait_block
|
|
5.4. tm.t_uac_wait_block
|
|
- 5.5. tm.cancel
|
|
|
|
- 5.6. tm.hash_stats
|
|
|
|
- 5.7. tm.reply
|
|
|
|
- 5.8. tm.reply_callid
|
|
|
|
- 5.9. tm.clean
|
|
|
|
- 5.10. tm.stats
|
|
|
|
|
|
+ 5.5. tm.t_uac_start_noack
|
|
|
|
+ 5.6. tm.t_uac_wait_block_noack
|
|
|
|
+ 5.7. tm.t_uac_wait_noack
|
|
|
|
+ 5.8. tm.cancel
|
|
|
|
+ 5.9. tm.hash_stats
|
|
|
|
+ 5.10. tm.reply
|
|
|
|
+ 5.11. tm.reply_callid
|
|
|
|
+ 5.12. tm.clean
|
|
|
|
+ 5.13. tm.stats
|
|
|
|
|
|
6. Event Routes
|
|
6. Event Routes
|
|
|
|
|
|
@@ -3181,12 +3187,15 @@ reply_route {
|
|
5.2. tm.t_uac_start
|
|
5.2. tm.t_uac_start
|
|
5.3. tm.t_uac_wait
|
|
5.3. tm.t_uac_wait
|
|
5.4. tm.t_uac_wait_block
|
|
5.4. tm.t_uac_wait_block
|
|
- 5.5. tm.cancel
|
|
|
|
- 5.6. tm.hash_stats
|
|
|
|
- 5.7. tm.reply
|
|
|
|
- 5.8. tm.reply_callid
|
|
|
|
- 5.9. tm.clean
|
|
|
|
- 5.10. tm.stats
|
|
|
|
|
|
+ 5.5. tm.t_uac_start_noack
|
|
|
|
+ 5.6. tm.t_uac_wait_block_noack
|
|
|
|
+ 5.7. tm.t_uac_wait_noack
|
|
|
|
+ 5.8. tm.cancel
|
|
|
|
+ 5.9. tm.hash_stats
|
|
|
|
+ 5.10. tm.reply
|
|
|
|
+ 5.11. tm.reply_callid
|
|
|
|
+ 5.12. tm.clean
|
|
|
|
+ 5.13. tm.stats
|
|
|
|
|
|
5.1. tm.list
|
|
5.1. tm.list
|
|
|
|
|
|
@@ -3222,7 +3231,22 @@ reply_route {
|
|
up to 80 seconds, if no reply is received, it returns a RPC fault 500
|
|
up to 80 seconds, if no reply is received, it returns a RPC fault 500
|
|
code. While waiting, the RPC process cannot handle other RPC commands.
|
|
code. While waiting, the RPC process cannot handle other RPC commands.
|
|
|
|
|
|
-5.5. tm.cancel
|
|
|
|
|
|
+5.5. tm.t_uac_start_noack
|
|
|
|
+
|
|
|
|
+ Similar to tm.t_uac_start, but do not automatically send ACK for local
|
|
|
|
+ INVITE requests.
|
|
|
|
+
|
|
|
|
+5.6. tm.t_uac_wait_block_noack
|
|
|
|
+
|
|
|
|
+ Similar to tm.t_uac_wait_block, but do not automatically send ACK for
|
|
|
|
+ local INVITE requests.
|
|
|
|
+
|
|
|
|
+5.7. tm.t_uac_wait_noack
|
|
|
|
+
|
|
|
|
+ Similar to tm.t_uac_wait, but do not automatically send ACK for local
|
|
|
|
+ INVITE requests.
|
|
|
|
+
|
|
|
|
+5.8. tm.cancel
|
|
|
|
|
|
Generates and sends a CANCEL for an existing local SIP request.
|
|
Generates and sends a CANCEL for an existing local SIP request.
|
|
|
|
|
|
@@ -3230,14 +3254,14 @@ reply_route {
|
|
* 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.6. tm.hash_stats
|
|
|
|
|
|
+5.9. 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.7. tm.reply
|
|
|
|
|
|
+5.10. tm.reply
|
|
|
|
|
|
Generates and sends a reply for an existing inbound SIP transaction.
|
|
Generates and sends a reply for an existing inbound SIP transaction.
|
|
|
|
|
|
@@ -3251,7 +3275,7 @@ reply_route {
|
|
* 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.8. tm.reply_callid
|
|
|
|
|
|
+5.11. 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.
|
|
|
|
|
|
@@ -3266,14 +3290,14 @@ reply_route {
|
|
* 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.9. tm.clean
|
|
|
|
|
|
+5.12. tm.clean
|
|
|
|
|
|
Trigger a hard clean of expired transactions.
|
|
Trigger a hard clean of expired transactions.
|
|
|
|
|
|
Parameters:
|
|
Parameters:
|
|
* none
|
|
* none
|
|
|
|
|
|
-5.10. tm.stats
|
|
|
|
|
|
+5.13. tm.stats
|
|
|
|
|
|
Gets information about current and past TM transaction handling.
|
|
Gets information about current and past TM transaction handling.
|
|
|
|
|