| 3841 | } |
| 3842 | |
| 3843 | static int |
| 3844 | rtpengine_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 | |
| 3854 | static int |
| 3855 | rtpengine_answer_af(struct sip_msg *msg, async_ctx *ctx, str *flags, pv_spec_t *spvar, pv_spec_t *bpvar, str *body) |
nothing calls this directly
no test coverage detected