| 2791 | } |
| 2792 | |
| 2793 | static int |
| 2794 | rtpproxy_answer6_f(struct sip_msg *msg, str *param1, str *param2, |
| 2795 | nh_set_param_t *param3, pv_spec_t *param4, pv_spec_t *param5, |
| 2796 | pv_spec_t *param6, pv_spec_t *param7) |
| 2797 | { |
| 2798 | return rtpproxy_offer_answer6_f(msg, param1, param2, param3, param4, |
| 2799 | param5, param6, param7, 0); |
| 2800 | } |
| 2801 | |
| 2802 | static void engage_callback(struct dlg_cell *dlg, int type, |
| 2803 | struct dlg_cb_params *_params) |
nothing calls this directly
no test coverage detected