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

Function trace_script_reply

modules/mi_script/mi_script.c:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345static void trace_script_reply(struct sip_msg *msg, str *message)
346{
347 const union sockaddr_union *src, *dst;
348 trace_script_su(msg, &src, &dst);
349 mi_trace_reply(src, dst, message, t_dst);
350}
351
352struct mi_script_async_hdl {
353 int process_no;

Callers 1

mi_script_funcFunction · 0.85

Calls 2

trace_script_suFunction · 0.85
mi_trace_replyFunction · 0.85

Tested by

no test coverage detected