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

Function rtpengine_unblockdtmf_f

modules/rtpengine/rtpengine.c:4745–4748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4743}
4744
4745static 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
4750static int rtpengine_start_forward_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4751{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected