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

Function w_t_on_negative

modules/tm/tm.c:1308–1312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306
1307
1308static int w_t_on_negative( struct sip_msg* msg, void *go_to)
1309{
1310 t_on_negative( (struct script_route_ref*) go_to );
1311 return 1;
1312}
1313
1314
1315static int w_t_on_reply( struct sip_msg* msg, void *go_to)

Callers

nothing calls this directly

Calls 1

t_on_negativeFunction · 0.85

Tested by

no test coverage detected