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

Function rtpengine_blockmedia_f

modules/rtpengine/rtpengine.c:4730–4733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4728}
4729
4730static int rtpengine_blockmedia_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4731{
4732 return rtpe_function_call_simple(msg, OP_BLOCK_MEDIA, flags, NULL, NULL, spvar);
4733}
4734
4735static int rtpengine_unblockmedia_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4736{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected