|
@@ -141,6 +141,7 @@ Daniel-Constantin Mierla
|
|
5.6. tm.reply
|
|
5.6. tm.reply
|
|
5.7. tm.reply_callid
|
|
5.7. tm.reply_callid
|
|
5.8. tm.clean
|
|
5.8. tm.clean
|
|
|
|
+ 5.9. tm.stats
|
|
|
|
|
|
6. Event Routes
|
|
6. Event Routes
|
|
|
|
|
|
@@ -381,6 +382,7 @@ Chapter 1. Admin Guide
|
|
5.6. tm.reply
|
|
5.6. tm.reply
|
|
5.7. tm.reply_callid
|
|
5.7. tm.reply_callid
|
|
5.8. tm.clean
|
|
5.8. tm.clean
|
|
|
|
+ 5.9. tm.stats
|
|
|
|
|
|
6. Event Routes
|
|
6. Event Routes
|
|
|
|
|
|
@@ -457,8 +459,7 @@ Chapter 1. Admin Guide
|
|
Note
|
|
Note
|
|
|
|
|
|
Several Kamailio TM module functions are now implemented in the TMX
|
|
Several Kamailio TM module functions are now implemented in the TMX
|
|
- module: “modules_k/tmx”. Check it to see if what you are looking for is
|
|
|
|
- there.
|
|
|
|
|
|
+ module. Check it to see if what you are looking for is there.
|
|
|
|
|
|
2. Serial Forking Based on Q Value
|
|
2. Serial Forking Based on Q Value
|
|
|
|
|
|
@@ -1348,7 +1349,7 @@ modparam("tm", "callid_matching", 1)
|
|
|
|
|
|
3.34. pass_provisional_replies (integer)
|
|
3.34. pass_provisional_replies (integer)
|
|
|
|
|
|
- If set, TMCB_LOCAL_REPONSE_OUT tm registered callbacks will be called
|
|
|
|
|
|
+ If set, TMCB_LOCAL_RESPONSE_OUT tm registered callbacks will be called
|
|
also for provisional replies.
|
|
also for provisional replies.
|
|
|
|
|
|
Default value is 0 (off).
|
|
Default value is 0 (off).
|
|
@@ -1777,8 +1778,8 @@ failure_route[1] {
|
|
}
|
|
}
|
|
...
|
|
...
|
|
|
|
|
|
- See test/onr.cfg for a more complex example of combination of serial
|
|
|
|
- with parallel forking.
|
|
|
|
|
|
+ See misc/examples/mixed/onr.cfg for a more complex example of
|
|
|
|
+ combination of serial with parallel forking.
|
|
|
|
|
|
4.7. t_on_branch_failure(branch_failure_route)
|
|
4.7. t_on_branch_failure(branch_failure_route)
|
|
|
|
|
|
@@ -1881,7 +1882,7 @@ if (t_newtran()) {
|
|
} else sl_reply_error();
|
|
} else sl_reply_error();
|
|
...
|
|
...
|
|
|
|
|
|
- See test/uas.cfg for more examples.
|
|
|
|
|
|
+ See misc/examples/mixed/uas.cfg for more examples.
|
|
|
|
|
|
4.11. t_reply(code, reason_phrase)
|
|
4.11. t_reply(code, reason_phrase)
|
|
|
|
|
|
@@ -2809,6 +2810,7 @@ t_uac_send("OPTIONS", "sip:[email protected]", "", "",
|
|
5.6. tm.reply
|
|
5.6. tm.reply
|
|
5.7. tm.reply_callid
|
|
5.7. tm.reply_callid
|
|
5.8. tm.clean
|
|
5.8. tm.clean
|
|
|
|
+ 5.9. tm.stats
|
|
|
|
|
|
5.1. tm.list
|
|
5.1. tm.list
|
|
|
|
|
|
@@ -2834,7 +2836,7 @@ t_uac_send("OPTIONS", "sip:[email protected]", "", "",
|
|
|
|
|
|
5.3. 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 tm.t_uac_start, but waits for the SIP response and tries to
|
|
provide its details via RPC response.
|
|
provide its details via RPC response.
|
|
|
|
|
|
5.4. tm.cancel
|
|
5.4. tm.cancel
|
|
@@ -2888,6 +2890,13 @@ t_uac_send("OPTIONS", "sip:[email protected]", "", "",
|
|
Parameters:
|
|
Parameters:
|
|
* none
|
|
* none
|
|
|
|
|
|
|
|
+5.9. tm.stats
|
|
|
|
+
|
|
|
|
+ Gets information about current and past TM transaction handling.
|
|
|
|
+
|
|
|
|
+ Parameters:
|
|
|
|
+ * none
|
|
|
|
+
|
|
6. Event Routes
|
|
6. Event Routes
|
|
|
|
|
|
6.1. event_route[tm:branch-failure]
|
|
6.1. event_route[tm:branch-failure]
|