| 4738 | } |
| 4739 | |
| 4740 | static int rtpengine_blockdtmf_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4741 | { |
| 4742 | return rtpe_function_call_simple(msg, OP_BLOCK_DTMF, flags, NULL, NULL, spvar); |
| 4743 | } |
| 4744 | |
| 4745 | static int rtpengine_unblockdtmf_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar) |
| 4746 | { |
nothing calls this directly
no test coverage detected