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

Function rtpproxy_answer6_f

modules/rtpproxy/rtpproxy.c:2793–2800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2791}
2792
2793static int
2794rtpproxy_answer6_f(struct sip_msg *msg, str *param1, str *param2,
2795 nh_set_param_t *param3, pv_spec_t *param4, pv_spec_t *param5,
2796 pv_spec_t *param6, pv_spec_t *param7)
2797{
2798 return rtpproxy_offer_answer6_f(msg, param1, param2, param3, param4,
2799 param5, param6, param7, 0);
2800}
2801
2802static void engage_callback(struct dlg_cell *dlg, int type,
2803 struct dlg_cb_params *_params)

Callers

nothing calls this directly

Calls 1

rtpproxy_offer_answer6_fFunction · 0.85

Tested by

no test coverage detected