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

Function stop_recording_f

modules/rtpengine/rtpengine.c:4091–4095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4089}
4090
4091static int
4092stop_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4093{
4094 return rtpe_function_call_simple(msg, OP_STOP_RECORDING, flags, NULL, NULL, spvar);
4095}
4096
4097static int
4098pause_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected