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

Function engage_callback

modules/rtpproxy/rtpproxy.c:2802–2810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2800}
2801
2802static void engage_callback(struct dlg_cell *dlg, int type,
2803 struct dlg_cb_params *_params)
2804{
2805 if (!dlg || !_params)
2806 return;
2807
2808 /* engage */
2809 engage_force_rtpproxy(dlg, _params->msg);
2810}
2811
2812static void engage_close_callback(struct dlg_cell *dlg, int type,
2813 struct dlg_cb_params *_params)

Callers

nothing calls this directly

Calls 1

engage_force_rtpproxyFunction · 0.85

Tested by

no test coverage detected