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

Function pause_recording_f

modules/rtpengine/rtpengine.c:4097–4101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4095}
4096
4097static int
4098pause_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4099{
4100 return rtpe_function_call_simple(msg, OP_PAUSE_RECORDING, flags, NULL, NULL, spvar);
4101}
4102
4103/**
4104 * Gets the rtp stats and tries to store them in a context, if that's possible

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected