Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ get_on_reply
Function
get_on_reply
modules/tm/t_reply.c:188–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
return ref;
187
}
188
struct script_route_ref *get_on_reply(void)
189
{
190
struct script_route_ref *ref = goto_on_reply;
191
goto_on_reply = NULL;
192
return ref;
193
}
194
195
void tm_init_tags(void)
196
{
Callers
1
init_new_t
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected