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

Function exec_post_cb

script_cb.c:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177static inline int exec_post_cb( struct sip_msg *msg, struct script_cb *cb)
178{
179 for ( ; cb ; cb=cb->next){
180 cb->cbf( msg, cb->param);
181 }
182 return 1;
183}
184
185
186int exec_pre_req_cb( struct sip_msg *msg)

Callers 3

exec_post_req_cbFunction · 0.85
exec_post_rpl_cbFunction · 0.85
exec_parse_err_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected