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

Function run_pre_raw_processing_cb

script_cb.c:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257
258int run_pre_raw_processing_cb(int type, str* data, struct sip_msg* msg)
259{
260 return run_raw_processing_cb(type, data, msg, pre_processing_cb_list);
261}
262
263int run_post_raw_processing_cb(int type, str* data, struct sip_msg* msg)
264{

Callers 1

receive_msgFunction · 0.85

Calls 1

run_raw_processing_cbFunction · 0.85

Tested by

no test coverage detected