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

Function w_t_on_reply

modules/tm/tm.c:1315–1319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1313
1314
1315static int w_t_on_reply( struct sip_msg* msg, void *go_to)
1316{
1317 t_on_reply( (struct script_route_ref*) go_to );
1318 return 1;
1319}
1320
1321
1322static int w_t_on_branch( struct sip_msg* msg, void *go_to)

Callers

nothing calls this directly

Calls 1

t_on_replyFunction · 0.85

Tested by

no test coverage detected