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

Function rtpengine_offer_af

modules/rtpengine/rtpengine.c:3843–3852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3841}
3842
3843static int
3844rtpengine_offer_af(struct sip_msg *msg, async_ctx *ctx, str *flags, pv_spec_t *spvar, pv_spec_t *bpvar, str *body)
3845{
3846 LM_DBG("Async rtpengine_offer\n");
3847
3848 if (set_rtpengine_set_from_avp(msg) == -1)
3849 return -1;
3850
3851 return rtpe_function_call_async(msg, ctx, flags, spvar, bpvar, body, OP_OFFER);
3852}
3853
3854static int
3855rtpengine_answer_af(struct sip_msg *msg, async_ctx *ctx, str *flags, pv_spec_t *spvar, pv_spec_t *bpvar, str *body)

Callers

nothing calls this directly

Calls 2

rtpe_function_call_asyncFunction · 0.85

Tested by

no test coverage detected