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

Function exec_post_req_cb

script_cb.c:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196int exec_post_req_cb( struct sip_msg *msg)
197{
198 return exec_post_cb( msg, post_req_cb);
199}
200
201int exec_post_rpl_cb( struct sip_msg *msg)
202{

Callers 2

receive_msgFunction · 0.85
run_resume_routeFunction · 0.85

Calls 1

exec_post_cbFunction · 0.85

Tested by

no test coverage detected