| 2800 | } |
| 2801 | |
| 2802 | static 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 | |
| 2812 | static void engage_close_callback(struct dlg_cell *dlg, int type, |
| 2813 | struct dlg_cb_params *_params) |
nothing calls this directly
no test coverage detected