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

Function start_recording_f

modules/rtpengine/rtpengine.c:4085–4089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4083
4084
4085static int
4086start_recording_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4087{
4088 return rtpe_function_call_simple(msg, OP_START_RECORDING, flags, NULL, NULL, spvar);
4089}
4090
4091static int
4092stop_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