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

Function get_on_negative

modules/tm/t_reply.c:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181
182struct script_route_ref *get_on_negative(void)
183{
184 struct script_route_ref *ref = goto_on_negative;
185 goto_on_negative = NULL;
186 return ref;
187}
188struct script_route_ref *get_on_reply(void)
189{
190 struct script_route_ref *ref = goto_on_reply;

Callers 1

init_new_tFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected