| 3980 | } |
| 3981 | |
| 3982 | static int |
| 3983 | rtpengine_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 | |
| 3992 | static int |
| 3993 | rtpengine_answer_f(struct sip_msg *msg, str *flags, pv_spec_t *spvar, |
nothing calls this directly
no test coverage detected