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

Function t_reply_with_body

modules/tm/t_reply.c:1928–1933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1926
1927
1928int t_reply_with_body( struct cell *trans, unsigned int code, str *text,
1929 str *body, str *new_header, str *to_tag)
1930{
1931 return _reply_with_body(trans, code, text, body, new_header,
1932 to_tag, 1 /* lock replies */);
1933}

Callers 2

mi_tm_replyFunction · 0.85
t_reply_by_callidFunction · 0.85

Calls 1

_reply_with_bodyFunction · 0.85

Tested by

no test coverage detected