| 4748 | } |
| 4749 | |
| 4750 | static int rtpengine_start_forward_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4751 | { |
| 4752 | return rtpe_function_call_simple(msg, OP_START_FORWARD, flags, NULL, NULL, spvar); |
| 4753 | } |
| 4754 | |
| 4755 | static int rtpengine_stop_forward_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4756 | { |
nothing calls this directly
no test coverage detected