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

Function run_reqin_callbacks

modules/tm/t_hooks.c:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void run_reqin_callbacks(struct cell *trans, struct sip_msg *req, int code)
242{
243 run_any_trans_callbacks(new_tran_tmcb_hl, TMCB_REQUEST_IN, trans, req, NULL, code);
244}
245
246void run_trans_callbacks_locked( int type , struct cell *trans,
247 struct sip_msg *req, struct sip_msg *rpl, int code )

Callers 1

build_cellFunction · 0.85

Calls 1

run_any_trans_callbacksFunction · 0.85

Tested by

no test coverage detected