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

Function rtpengine_stop_forward_f

modules/rtpengine/rtpengine.c:4755–4758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4753}
4754
4755static int rtpengine_stop_forward_f(struct sip_msg* msg, str *flags, pv_spec_t *spvar)
4756{
4757 return rtpe_function_call_simple(msg, OP_STOP_FORWARD, flags, NULL, NULL, spvar);
4758}
4759
4760static int rtpengine_play_dtmf_f(struct sip_msg* msg, str *code, str *flags, pv_spec_t *spvar)
4761{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected