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

Function mi_tm_reply_3

modules/tm/mi.c:754–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754mi_response_t *mi_tm_reply_3(const mi_params_t *params,
755 struct mi_handler *async_hdl)
756{
757 str body;
758
759 if (get_mi_string_param(params, "body", &body.s, &body.len) < 0)
760 return init_mi_param_error();
761
762 return mi_tm_reply(params, NULL, &body);
763}
764
765mi_response_t *mi_tm_reply_4(const mi_params_t *params,
766 struct mi_handler *async_hdl)

Callers

nothing calls this directly

Calls 3

get_mi_string_paramFunction · 0.85
init_mi_param_errorFunction · 0.85
mi_tm_replyFunction · 0.85

Tested by

no test coverage detected