MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / rtpengine_blockdtmf_f

Function rtpengine_blockdtmf_f

modules/rtpengine/rtpengine.c:4740–4743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4738}
4739
4740static 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
4745static int rtpengine_unblockdtmf_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4746{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected