| 3970 | } |
| 3971 | |
| 3972 | static int |
| 3973 | rtpengine_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 | |
| 3982 | static int |
| 3983 | rtpengine_offer_f(struct sip_msg *msg, str *flags, pv_spec_t *spvar, |
nothing calls this directly
no test coverage detected