| 2782 | } |
| 2783 | |
| 2784 | static int |
| 2785 | rtpproxy_offer6_f(struct sip_msg *msg, str *param1, str *param2, |
| 2786 | nh_set_param_t *param3, pv_spec_t *param4, pv_spec_t *param5, |
| 2787 | pv_spec_t *param6, pv_spec_t *param7) |
| 2788 | { |
| 2789 | return rtpproxy_offer_answer6_f(msg, param1, param2, param3, param4, |
| 2790 | param5, param6, param7, 1); |
| 2791 | } |
| 2792 | |
| 2793 | static int |
| 2794 | rtpproxy_answer6_f(struct sip_msg *msg, str *param1, str *param2, |
nothing calls this directly
no test coverage detected