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

Function run_new_local_callbacks

modules/tm/t_hooks.c:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void run_new_local_callbacks(struct cell *trans, struct sip_msg *req, int code)
237{
238 run_any_trans_callbacks(new_tran_tmcb_hl, TMCB_LOCAL_TRANS_NEW, trans, req, NULL, code);
239}
240
241void run_reqin_callbacks(struct cell *trans, struct sip_msg *req, int code)
242{

Callers 1

t_uacFunction · 0.85

Calls 1

run_any_trans_callbacksFunction · 0.85

Tested by

no test coverage detected