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

Function exec_parse_err_cb

script_cb.c:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206int exec_parse_err_cb( struct sip_msg *msg)
207{
208 return exec_post_cb( msg, parse_err_cb);
209}
210
211static inline int insert_raw_processing_cb(raw_processing_func f, int type, struct raw_processing_cb_list* list, char freeable)
212{

Callers 1

receive_msgFunction · 0.85

Calls 1

exec_post_cbFunction · 0.85

Tested by

no test coverage detected