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

Function rtpengine_manage_f

modules/rtpengine/rtpengine.c:3972–3980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3970}
3971
3972static int
3973rtpengine_manage_f(struct sip_msg *msg, str *flags, pv_spec_t *spvar,
3974 pv_spec_t *bpvar, str *body)
3975{
3976 if (set_rtpengine_set_from_avp(msg) == -1)
3977 return -1;
3978
3979 return rtpengine_manage(msg, flags, spvar, bpvar, body);
3980}
3981
3982static int
3983rtpengine_offer_f(struct sip_msg *msg, str *flags, pv_spec_t *spvar,

Callers

nothing calls this directly

Calls 2

rtpengine_manageFunction · 0.85

Tested by

no test coverage detected