| 4743 | } |
| 4744 | |
| 4745 | static int rtpengine_unblockdtmf_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4746 | { |
| 4747 | return rtpe_function_call_simple(msg, OP_UNBLOCK_DTMF, flags, NULL, NULL, spvar); |
| 4748 | } |
| 4749 | |
| 4750 | static int rtpengine_start_forward_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4751 | { |
nothing calls this directly
no test coverage detected