This module collects extensions from Kamailio TM module. Kamailio TM (Transaction Management) module documentation is available at: https://www.kamailio.org/docs/modules/stable/modules/tm.html
| Parámetro | Tipo | Descripción |
|---|---|---|
| precheck_trans | int | 3.1. precheck_trans (int) |
| precheck_trans | int | Enable/disable transaction pre-check via t_precheck_trans() function. If set to 0, the internal structures are not created at startup and the function will return false always. |
4.2. t_cancel_callid(callid, cseq, flag [, rcode]) 4.3. t_uac_ack_local(callid, cseq [, headers [, body]]) 4.4. t_reply_callid(callid, cseq, code, reason) 4.5. t_flush_flags() 4.6. t_flush_xflags() 4.7. t_is_failure_route() 4.8. t_is_branch_route() 4
4.3. t_uac_ack_local(callid, cseq [, headers [, body]]) 4.4. t_reply_callid(callid, cseq, code, reason) 4.5. t_flush_flags() 4.6. t_flush_xflags() 4.7. t_is_failure_route() 4.8. t_is_branch_route() 4.9. t_is_reply_route() 4.10. t_is_request_route() 4
4.4. t_reply_callid(callid, cseq, code, reason) 4.5. t_flush_flags() 4.6. t_flush_xflags() 4.7. t_is_failure_route() 4.8. t_is_branch_route() 4.9. t_is_reply_route() 4.10. t_is_request_route() 4.11. t_suspend() 4.12. t_continue(tindex, tlabel, rtname
4.5. t_flush_flags() 4.6. t_flush_xflags() 4.7. t_is_failure_route() 4.8. t_is_branch_route() 4.9. t_is_reply_route() 4.10. t_is_request_route() 4.11. t_suspend() 4.12. t_continue(tindex, tlabel, rtname) 4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4
4.6. t_flush_xflags() 4.7. t_is_failure_route() 4.8. t_is_branch_route() 4.9. t_is_reply_route() 4.10. t_is_request_route() 4.11. t_suspend() 4.12. t_continue(tindex, tlabel, rtname) 4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4.15. t_precheck_trans
4.7. t_is_failure_route() 4.8. t_is_branch_route() 4.9. t_is_reply_route() 4.10. t_is_request_route() 4.11. t_suspend() 4.12. t_continue(tindex, tlabel, rtname) 4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4.15. t_precheck_trans()
4.8. t_is_branch_route() 4.9. t_is_reply_route() 4.10. t_is_request_route() 4.11. t_suspend() 4.12. t_continue(tindex, tlabel, rtname) 4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4.15. t_precheck_trans()
4.9. t_is_reply_route() 4.10. t_is_request_route() 4.11. t_suspend() 4.12. t_continue(tindex, tlabel, rtname) 4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4.15. t_precheck_trans()
4.10. t_is_request_route() 4.11. t_suspend() 4.12. t_continue(tindex, tlabel, rtname) 4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4.15. t_precheck_trans()
4.11. t_suspend() 4.12. t_continue(tindex, tlabel, rtname) 4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4.15. t_precheck_trans()
4.12. t_continue(tindex, tlabel, rtname) 4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4.15. t_precheck_trans()
4.13. t_drop([rcode]) 4.14. t_reuse_branch() 4.15. t_precheck_trans()
4.14. t_reuse_branch() 4.15. t_precheck_trans()
4.15. t_precheck_trans()
4.1. t_cancel_branches(which)
Cancel branches of an active SIP transaction. The function can be called for a SIP reply that will identify the current branch.
Cancel first INVITE transaction identified by callid and cseq. It sets the flag if the value is greater than zero
ACK the first transaction found with specified Call-ID and C-Seq. Optionally include extra headers and request body.
Send reply to first transaction identified by callid and cseq.
Flush the flags from current SIP message into the already created transaction. It makes sense only in routing block if the transaction was created via t_newtran() and the flags have been altered since.
Flush the extended flags from current SIP message into the already created transaction. It makes sense only in routing block if the transaction was created via t_newtran() and the extended flags have been altered since.
Returns true if the top-executed route block is failure_route.
Returns true if the top-executed route block is branch_route.
Returns true if the top-executed route block is reply_route.
Returns true if the top-executed route block is request_route.
Copyright © 2009 Daniel-Constantin Mierla