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

Function engage_tm_reply_callback

modules/rtpproxy/rtpproxy.c:3140–3147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3138}
3139
3140void engage_tm_reply_callback(struct cell* t, int type, struct tmcb_params *p)
3141{
3142 if (!t || !p)
3143 return;
3144
3145 /* engage */
3146 engage_force_rtpproxy(NULL, p->rpl);
3147}
3148
3149
3150static int

Callers

nothing calls this directly

Calls 1

engage_force_rtpproxyFunction · 0.85

Tested by

no test coverage detected