Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ exec_pre_req_cb
Function
exec_pre_req_cb
script_cb.c:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
185
186
int exec_pre_req_cb( struct sip_msg *msg)
187
{
188
return exec_pre_cb( msg, pre_req_cb);
189
}
190
191
int exec_pre_rpl_cb( struct sip_msg *msg)
192
{
Callers
1
receive_msg
Function · 0.85
Calls
1
exec_pre_cb
Function · 0.85
Tested by
no test coverage detected