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

Function is_dummy_sip_msg

action.c:1366–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364static int dummy_static_in_used = 0;
1365
1366int is_dummy_sip_msg(struct sip_msg *req)
1367{
1368 if (req && req->buf==_sip_msg_buf)
1369 return 0;
1370 return -1;
1371}
1372
1373struct sip_msg* get_dummy_sip_msg(void)
1374{

Callers 5

topo_dlg_onrouteFunction · 0.85
trace_transaction_dlgcbFunction · 0.85
rtpengine_api_deleteFunction · 0.85
rtpengine_api_copy_opFunction · 0.85
rtpproxy_api_offerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected