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

Function t_reply

modules/tm/t_reply.c:1159–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157
1158
1159int t_reply( struct cell *t, struct sip_msg* p_msg, unsigned int code,
1160 const str * text )
1161{
1162 return _reply( t, p_msg, code, text, 1 /* lock replies */ );
1163}
1164
1165
1166int t_reply_unsafe( struct cell *t, struct sip_msg* p_msg, unsigned int code,

Callers 5

kill_transactionFunction · 0.85
w_t_replyFunction · 0.85
cancel_inviteFunction · 0.85
t_forward_nonackFunction · 0.85
t_newtranFunction · 0.85

Calls 1

_replyFunction · 0.85

Tested by

no test coverage detected