MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / run_trans_callbacks

Function run_trans_callbacks

modules/tm/t_hooks.c:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void run_trans_callbacks( int type , struct cell *trans,
231 struct sip_msg *req, struct sip_msg *rpl, int code )
232{
233 run_any_trans_callbacks(&trans->tmcb_hl, type, trans, req, rpl, code);
234}
235
236void run_new_local_callbacks(struct cell *trans, struct sip_msg *req, int code)
237{

Callers 15

_reply_lightFunction · 0.85
_replyFunction · 0.85
run_failure_handlersFunction · 0.85
t_retransmit_replyFunction · 0.85
relay_replyFunction · 0.85
local_replyFunction · 0.85
reply_receivedFunction · 0.85
_reply_with_bodyFunction · 0.85
cancel_branchFunction · 0.85
run_local_routeFunction · 0.85
t_uacFunction · 0.85
pre_print_uac_requestFunction · 0.85

Calls 1

run_any_trans_callbacksFunction · 0.85

Tested by

no test coverage detected