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

Function mi_tm_reply_2

modules/tm/mi.c:742–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742mi_response_t *mi_tm_reply_2(const mi_params_t *params,
743 struct mi_handler *async_hdl)
744{
745 str new_headers;
746
747 if (get_mi_string_param(params, "new_headers",
748 &new_headers.s, &new_headers.len) < 0)
749 return init_mi_param_error();
750
751 return mi_tm_reply(params, &new_headers, NULL);
752}
753
754mi_response_t *mi_tm_reply_3(const mi_params_t *params,
755 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