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

Function rtpengine_delete_af

modules/rtpengine/rtpengine.c:3869–3878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3867}
3868
3869static int
3870rtpengine_delete_af(struct sip_msg *msg, async_ctx *ctx, str *flags, pv_spec_t *spvar)
3871{
3872 LM_DBG("Async rtpengine_delete\n");
3873
3874 if (set_rtpengine_set_from_avp(msg) == -1)
3875 return -1;
3876
3877 return rtpe_function_call_async(msg, ctx, flags, spvar, NULL, NULL, OP_DELETE);
3878}
3879
3880/* This function assumes p points to a line of requested type. */
3881

Callers

nothing calls this directly

Calls 2

rtpe_function_call_asyncFunction · 0.85

Tested by

no test coverage detected