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

Function w_t_replicate

modules/tm/tm.c:1329–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1327
1328
1329static int w_t_replicate(struct sip_msg *p_msg, str *dst, void *flags)
1330{
1331 return t_replicate( p_msg, dst, (int)(long)flags);
1332}
1333
1334static inline int t_relay_inerr2scripterr(void)
1335{

Callers

nothing calls this directly

Calls 1

t_replicateFunction · 0.85

Tested by

no test coverage detected