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

Function set_extra_tmcb_params

modules/tm/t_hooks.c:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183static void *tmcb_extra2 = NULL;
184
185void set_extra_tmcb_params(void *extra1, void *extra2)
186{
187 tmcb_extra1 = extra1;
188 tmcb_extra2 = extra2;
189}
190
191static void run_any_trans_callbacks(struct tmcb_head_list *list, unsigned int type,
192 struct cell *trans, struct sip_msg *req, struct sip_msg *rpl, int code)

Callers 9

_reply_lightFunction · 0.85
t_retransmit_replyFunction · 0.85
relay_replyFunction · 0.85
reply_receivedFunction · 0.85
_reply_with_bodyFunction · 0.85
cancel_branchFunction · 0.85
t_uacFunction · 0.85
t_forward_nonackFunction · 0.85
retransmission_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected