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

Function w_t_on_branch

modules/tm/tm.c:1322–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320
1321
1322static int w_t_on_branch( struct sip_msg* msg, void *go_to)
1323{
1324 t_on_branch( (struct script_route_ref*) go_to );
1325 return 1;
1326}
1327
1328
1329static int w_t_replicate(struct sip_msg *p_msg, str *dst, void *flags)

Callers

nothing calls this directly

Calls 1

t_on_branchFunction · 0.85

Tested by

no test coverage detected