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

Function rtpengine_start_forward_f

modules/rtpengine/rtpengine.c:4750–4753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4748}
4749
4750static int rtpengine_start_forward_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4751{
4752 return rtpe_function_call_simple(msg, OP_START_FORWARD, flags, NULL, NULL, spvar);
4753}
4754
4755static int rtpengine_stop_forward_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4756{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected