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

Function rtpengine_offer_f

modules/rtpengine/rtpengine.c:3982–3990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3980}
3981
3982static int
3983rtpengine_offer_f(struct sip_msg *msg, str *flags, pv_spec_t *spvar,
3984 pv_spec_t *bpvar, str *body)
3985{
3986 if (set_rtpengine_set_from_avp(msg) == -1)
3987 return -1;
3988
3989 return rtpengine_offer_answer(msg, flags, NULL, spvar, bpvar, body, OP_OFFER);
3990}
3991
3992static int
3993rtpengine_answer_f(struct sip_msg *msg, str *flags, pv_spec_t *spvar,

Callers

nothing calls this directly

Calls 2

rtpengine_offer_answerFunction · 0.85

Tested by

no test coverage detected