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

Function run_post_raw_processing_cb

script_cb.c:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263int run_post_raw_processing_cb(int type, str* data, struct sip_msg* msg)
264{
265 return run_raw_processing_cb(type, data, msg, post_processing_cb_list);
266}
267
268int run_raw_processing_cb(int type, str *data, struct sip_msg* msg, struct raw_processing_cb_list* list)
269{

Callers 1

msg_sendFunction · 0.85

Calls 1

run_raw_processing_cbFunction · 0.85

Tested by

no test coverage detected