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

Function w_pv_t_reply

modules/tm/tm.c:1296–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294
1295
1296static int w_pv_t_reply(struct sip_msg *msg, unsigned int* code, str* text)
1297{
1298 return w_t_reply(msg, *code, text);
1299}
1300
1301
1302static int w_t_newtran( struct sip_msg* p_msg)

Callers

nothing calls this directly

Calls 1

w_t_replyFunction · 0.85

Tested by

no test coverage detected