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

Function rtpproxy_offer6_f

modules/rtpproxy/rtpproxy.c:2784–2791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2782}
2783
2784static int
2785rtpproxy_offer6_f(struct sip_msg *msg, str *param1, str *param2,
2786 nh_set_param_t *param3, pv_spec_t *param4, pv_spec_t *param5,
2787 pv_spec_t *param6, pv_spec_t *param7)
2788{
2789 return rtpproxy_offer_answer6_f(msg, param1, param2, param3, param4,
2790 param5, param6, param7, 1);
2791}
2792
2793static int
2794rtpproxy_answer6_f(struct sip_msg *msg, str *param1, str *param2,

Callers

nothing calls this directly

Calls 1

rtpproxy_offer_answer6_fFunction · 0.85

Tested by

no test coverage detected