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

Function rtpengine_unblockmedia_f

modules/rtpengine/rtpengine.c:4735–4738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4733}
4734
4735static int rtpengine_unblockmedia_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4736{
4737 return rtpe_function_call_simple(msg, OP_UNBLOCK_MEDIA, flags, NULL, NULL, spvar);
4738}
4739
4740static int rtpengine_blockdtmf_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4741{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected