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

Function t_reply_unsafe

modules/tm/t_reply.c:1166–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1164
1165
1166int t_reply_unsafe( struct cell *t, struct sip_msg* p_msg, unsigned int code,
1167 str * text )
1168{
1169 return _reply( t, p_msg, code, text, 0 /* don't lock replies */ );
1170}
1171
1172
1173int t_gen_totag(struct sip_msg *msg, str *totag)

Callers 4

relay_replyFunction · 0.85
w_t_replyFunction · 0.85
cancel_inviteFunction · 0.85
t_forward_nonackFunction · 0.85

Calls 1

_replyFunction · 0.85

Tested by

no test coverage detected