| 3867 | } |
| 3868 | |
| 3869 | static int |
| 3870 | rtpengine_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 |
nothing calls this directly
no test coverage detected